Shades of Sun #F08E40
Tints of Sun #F08E40
RGB
CMYK
RGB Variations
Color information
#F08E40 (or 0xF08E40) is known color: Sun. HEX triplet: F0, 8E and 40. RGB value is (240,142,64). Sum of RGB (Red+Green+Blue) = 240+142+64=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08E40 is #0F71BF. Grayscale: #A2A2A2. Windows color (decimal): -1012160 or 4230896. OLE color: 4230896.
HSL color Cylindrical-coordinate representation of color #F08E40: hue angle of 26.59º 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 #F08E40 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 64 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.06 |
| HSL | 26.59º | 0.85% | 0.6% | - |
| HSV(B) | 26.59º | 0.73% | 0.94% | - |
| XYZ | 46.53 | 38.24 | 9.78 | - |
| YUV | 162.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 64 | 0 | 0.41 | 0.73 | 0.06 | 26.59 | 0.85 | 0.6 |
| Hex | F0 | 8E | 40 | 0 | 29 | 49 | 6 | 1B | 55 | 3C |
| Octal | 360 | 216 | 100 | 0 | 51 | 111 | 6 | 33 | 125 | 74 |
| Binary | 11110000 | 10001110 | 1000000 | 0 | 101001 | 1001001 | 110 | 11011 | 1010101 | 111100 |
Color Harmonies of #F08E40
Complementary color
Monochromatic Colors of #F08E40
Black with #F08E40
Text Example
Text Example
White with #F08E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E40; }
p { color: rgb(240,142,64); }
H1.HeaderClassName
{
color: #F08E40;
}
.AnyTagClassName
{
color: #F08E40;
}
</style>
background-color css
<style>
a { background-color: #F08E40; }
a { background-color: rgb(240,142,64); }
div.DivClassName
{
background-color: #F08E40;
}
.BgClassName
{
background-color: #F08E40;
}
</style>
border-color css
<style>
span { border-color: #F08E40; }
span { border-color: rgb(240,142,64); }
td.TdClassName
{
border-color: #F08E40;
}
.TagClassName
{
border-color: #F08E40;
}
</style>