Shades of Sunset Orange #F04A41
Tints of Sunset Orange #F04A41
RGB
CMYK
RGB Variations
Color information
#F04A41 (or 0xF04A41) is known color: Sunset Orange. HEX triplet: F0, 4A and 41. RGB value is (240,74,65). Sum of RGB (Red+Green+Blue) = 240+74+65=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A41 is #0FB5BE. Grayscale: #7A7A7A. Windows color (decimal): -1029567 or 4279024. OLE color: 4279024.
HSL color Cylindrical-coordinate representation of color #F04A41: hue angle of 3.09º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04A41 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 65 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.06 |
| HSL | 3.09º | 0.85% | 0.6% | - |
| HSV(B) | 3.09º | 0.73% | 0.94% | - |
| XYZ | 39.34 | 23.8 | 7.52 | - |
| YUV | 122.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 65 | 0 | 0.69 | 0.73 | 0.06 | 3.09 | 0.85 | 0.6 |
| Hex | F0 | 4A | 41 | 0 | 45 | 49 | 6 | 3 | 55 | 3C |
| Octal | 360 | 112 | 101 | 0 | 105 | 111 | 6 | 3 | 125 | 74 |
| Binary | 11110000 | 1001010 | 1000001 | 0 | 1000101 | 1001001 | 110 | 11 | 1010101 | 111100 |
Color Harmonies of #F04A41
Complementary color
Monochromatic Colors of #F04A41
Black with #F04A41
Text Example
Text Example
White with #F04A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A41; }
p { color: rgb(240,74,65); }
H1.HeaderClassName
{
color: #F04A41;
}
.AnyTagClassName
{
color: #F04A41;
}
</style>
background-color css
<style>
a { background-color: #F04A41; }
a { background-color: rgb(240,74,65); }
div.DivClassName
{
background-color: #F04A41;
}
.BgClassName
{
background-color: #F04A41;
}
</style>
border-color css
<style>
span { border-color: #F04A41; }
span { border-color: rgb(240,74,65); }
td.TdClassName
{
border-color: #F04A41;
}
.TagClassName
{
border-color: #F04A41;
}
</style>