Shades of Sunset Orange #F04F3E
Tints of Sunset Orange #F04F3E
RGB
CMYK
RGB Variations
Color information
#F04F3E (or 0xF04F3E) is known color: Sunset Orange. HEX triplet: F0, 4F and 3E. RGB value is (240,79,62). Sum of RGB (Red+Green+Blue) = 240+79+62=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F3E is #0FB0C1. Grayscale: #7D7D7D. Windows color (decimal): -1028290 or 4083696. OLE color: 4083696.
HSL color Cylindrical-coordinate representation of color #F04F3E: hue angle of 5.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F04F3E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 62 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.06 |
| HSL | 5.73º | 0.86% | 0.59% | - |
| HSV(B) | 5.73º | 0.74% | 0.94% | - |
| XYZ | 39.6 | 24.47 | 7.19 | - |
| YUV | 125.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 62 | 0 | 0.67 | 0.74 | 0.06 | 5.73 | 0.86 | 0.59 |
| Hex | F0 | 4F | 3E | 0 | 43 | 4A | 6 | 6 | 56 | 3B |
| Octal | 360 | 117 | 76 | 0 | 103 | 112 | 6 | 6 | 126 | 73 |
| Binary | 11110000 | 1001111 | 111110 | 0 | 1000011 | 1001010 | 110 | 110 | 1010110 | 111011 |
Color Harmonies of #F04F3E
Complementary color
Monochromatic Colors of #F04F3E
Black with #F04F3E
Text Example
Text Example
White with #F04F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F3E; }
p { color: rgb(240,79,62); }
H1.HeaderClassName
{
color: #F04F3E;
}
.AnyTagClassName
{
color: #F04F3E;
}
</style>
background-color css
<style>
a { background-color: #F04F3E; }
a { background-color: rgb(240,79,62); }
div.DivClassName
{
background-color: #F04F3E;
}
.BgClassName
{
background-color: #F04F3E;
}
</style>
border-color css
<style>
span { border-color: #F04F3E; }
span { border-color: rgb(240,79,62); }
td.TdClassName
{
border-color: #F04F3E;
}
.TagClassName
{
border-color: #F04F3E;
}
</style>