Shades of Sunset Orange #F04F41
Tints of Sunset Orange #F04F41
RGB
CMYK
RGB Variations
Color information
#F04F41 (or 0xF04F41) is known color: Sunset Orange. HEX triplet: F0, 4F and 41. RGB value is (240,79,65). Sum of RGB (Red+Green+Blue) = 240+79+65=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F41 is #0FB0BE. Grayscale: #7D7D7D. Windows color (decimal): -1028287 or 4280304. OLE color: 4280304.
HSL color Cylindrical-coordinate representation of color #F04F41: hue angle of 4.8º 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 #F04F41 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 65 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.06 |
| HSL | 4.8º | 0.85% | 0.6% | - |
| HSV(B) | 4.8º | 0.73% | 0.94% | - |
| XYZ | 39.69 | 24.5 | 7.64 | - |
| YUV | 125.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 65 | 0 | 0.67 | 0.73 | 0.06 | 4.8 | 0.85 | 0.6 |
| Hex | F0 | 4F | 41 | 0 | 43 | 49 | 6 | 5 | 55 | 3C |
| Octal | 360 | 117 | 101 | 0 | 103 | 111 | 6 | 5 | 125 | 74 |
| Binary | 11110000 | 1001111 | 1000001 | 0 | 1000011 | 1001001 | 110 | 101 | 1010101 | 111100 |
Color Harmonies of #F04F41
Complementary color
Monochromatic Colors of #F04F41
Black with #F04F41
Text Example
Text Example
White with #F04F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F41; }
p { color: rgb(240,79,65); }
H1.HeaderClassName
{
color: #F04F41;
}
.AnyTagClassName
{
color: #F04F41;
}
</style>
background-color css
<style>
a { background-color: #F04F41; }
a { background-color: rgb(240,79,65); }
div.DivClassName
{
background-color: #F04F41;
}
.BgClassName
{
background-color: #F04F41;
}
</style>
border-color css
<style>
span { border-color: #F04F41; }
span { border-color: rgb(240,79,65); }
td.TdClassName
{
border-color: #F04F41;
}
.TagClassName
{
border-color: #F04F41;
}
</style>