#ff7043
Burning Orange
Closest match (97% match)
Color formats
RGB
rgb(255, 112, 67)
Red, Green, Blue components
HSL
hsl(14, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 56, 74, 0)
Print color encoding
Luminance
0.333
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ff7043
#43d2ff
Analogous (Adjacent)
#ff4374
#ff7043
#ffce43
Triadic
#ff7043
#43ff70
#7043ff
Split complementary
#ff7043
#43ffce
#4374ff
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
ffa17f
ff7043
7e0000
000000
Marketing and vibrant
ff7043
ff4700
43d2ff
00ffc7
FFFFFF
Harmonious and natural
ff4393
ff4355
ff7043
ffaf43
ffed43
Pop Art and trendy
ff7043
91ff5e
00d8ff
b322e5
ffff94
Complete conversion table
HEX
#FF7043
RGB
rgb(255,112,67)
RGBA
rgba(255,112,67, 1)
HSL
hsl(14.36,100%,63.14%)
OKLCH (Modern CSS)
oklch(0.71 0.18 37.8)
CSS Variable
--color: #ff7043;
CMYK
C: 0% M: 56% Y: 74% K: 0%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFFF7043
Swift UIColor
UIColor(red: 1.00, green: 0.44, blue: 0.26, alpha: 1.0)
Decimal (int)
16740419
JSON
{ "color": "#FF7043" }
CIE LAB
L: 64.4 a: 51.9 b: 50.8
CIE LCH
L: 64.4 C: 72.6 H: 44.4
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
2.74
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
7.65
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"Pure adrenaline. It triggers an immediate physiological response, increasing heart rate and driving action. The visual embodiment of passion and urgency."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#FF7043
Result
#FF7043
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FF7043
0%+
Mix color
#808080
100%Result
#C57B63
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
56%
26%
18%
RYB PIGMENTS
Cadmium red
Pigment
56%
Titanium white
Pigment
26%
Cadmium yellow
Pigment
18%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
74%
P
56%
MAGENTA
CMYK INKS
Yellow
Ink
74%
Magenta
Ink
56%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
631 nm
475 THz • 1.97 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
33.3%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
orange-600
#ea580c
ΔE: 8.4
Google Material
Original
Standard
Deep Orange 400
#FF7043
ΔE: 0.0
CSS Color Name
Original
Standard
Coral
#FF7F50
ΔE: 3.2
Apple System (iOS)
Original
Standard
System Red
#FF3B30
ΔE: 9.7
Pantone (PMS)
Original
Standard
PMS 16-1361 carrot
#FD6F3B
ΔE: 1.6
RAL Classic
Original
Standard
RAL 2005 Luminous orange
#FF4D06
ΔE: 6.9
Copic Marker
Original
Standard
Sanguine
#f57335
ΔE: 4.5
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #ff7043;
--rgb-primary: 255, 112, 67;
}SCSS variable
1
2
3
4
5
$color-primary: #ff7043;
$rgb-primary: (255, 112, 67);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#ff7043',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ff7043',
},
text: {
color: '#ff7043',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 1,
green: 0.4392156862745098,
blue: 0.2627450980392157
)Full JSON data
1
2
3
4
5
{
"name": "Burning Orange",
"hex": "#ff7043",
"rgb": {
"r": 255,
"g": 112,
"b": 67
},
"hsl": {
"h": 14,
"s": 100,
"l": 63
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes