Shades of Sunset Orange #F04842
Tints of Sunset Orange #F04842
RGB
CMYK
RGB Variations
Color information
#F04842 (or 0xF04842) is known color: Sunset Orange. HEX triplet: F0, 48 and 42. RGB value is (240,72,66). Sum of RGB (Red+Green+Blue) = 240+72+66=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F04842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04842 is #0FB7BD. Grayscale: #797979. Windows color (decimal): -1030078 or 4344048. OLE color: 4344048.
HSL color Cylindrical-coordinate representation of color #F04842: hue angle of 2.07º 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 #F04842 is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 66 | - |
| CMYK | 0 | 0.7 | 0.72 | 0.06 |
| HSL | 2.07º | 0.85% | 0.6% | - |
| HSV(B) | 2.07º | 0.73% | 0.94% | - |
| XYZ | 39.24 | 23.55 | 7.63 | - |
| YUV | 121.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 66 | 0 | 0.7 | 0.72 | 0.06 | 2.07 | 0.85 | 0.6 |
| Hex | F0 | 48 | 42 | 0 | 46 | 48 | 6 | 2 | 55 | 3C |
| Octal | 360 | 110 | 102 | 0 | 106 | 110 | 6 | 2 | 125 | 74 |
| Binary | 11110000 | 1001000 | 1000010 | 0 | 1000110 | 1001000 | 110 | 10 | 1010101 | 111100 |
Color Harmonies of #F04842
Complementary color
Monochromatic Colors of #F04842
Black with #F04842
Text Example
Text Example
White with #F04842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04842; }
p { color: rgb(240,72,66); }
H1.HeaderClassName
{
color: #F04842;
}
.AnyTagClassName
{
color: #F04842;
}
</style>
background-color css
<style>
a { background-color: #F04842; }
a { background-color: rgb(240,72,66); }
div.DivClassName
{
background-color: #F04842;
}
.BgClassName
{
background-color: #F04842;
}
</style>
border-color css
<style>
span { border-color: #F04842; }
span { border-color: rgb(240,72,66); }
td.TdClassName
{
border-color: #F04842;
}
.TagClassName
{
border-color: #F04842;
}
</style>