Shades of Sunset Orange #F04F49
Tints of Sunset Orange #F04F49
RGB
CMYK
RGB Variations
Color information
#F04F49 (or 0xF04F49) is known color: Sunset Orange. HEX triplet: F0, 4F and 49. RGB value is (240,79,73). Sum of RGB (Red+Green+Blue) = 240+79+73=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F49 is #0FB0B6. Grayscale: #7E7E7E. Windows color (decimal): -1028279 or 4804592. OLE color: 4804592.
HSL color Cylindrical-coordinate representation of color #F04F49: hue angle of 2.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04F49 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 73 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.06 |
| HSL | 2.16º | 0.85% | 0.61% | - |
| HSV(B) | 2.16º | 0.7% | 0.94% | - |
| XYZ | 39.93 | 24.6 | 8.95 | - |
| YUV | 126.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 73 | 0 | 0.67 | 0.70 | 0.06 | 2.16 | 0.85 | 0.61 |
| Hex | F0 | 4F | 49 | 0 | 43 | 46 | 6 | 2 | 55 | 3D |
| Octal | 360 | 117 | 111 | 0 | 103 | 106 | 6 | 2 | 125 | 75 |
| Binary | 11110000 | 1001111 | 1001001 | 0 | 1000011 | 1000110 | 110 | 10 | 1010101 | 111101 |
Color Harmonies of #F04F49
Complementary color
Monochromatic Colors of #F04F49
Black with #F04F49
Text Example
Text Example
White with #F04F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F49; }
p { color: rgb(240,79,73); }
H1.HeaderClassName
{
color: #F04F49;
}
.AnyTagClassName
{
color: #F04F49;
}
</style>
background-color css
<style>
a { background-color: #F04F49; }
a { background-color: rgb(240,79,73); }
div.DivClassName
{
background-color: #F04F49;
}
.BgClassName
{
background-color: #F04F49;
}
</style>
border-color css
<style>
span { border-color: #F04F49; }
span { border-color: rgb(240,79,73); }
td.TdClassName
{
border-color: #F04F49;
}
.TagClassName
{
border-color: #F04F49;
}
</style>