Shades of Dark Orange #F78C08
Tints of Dark Orange #F78C08
RGB
CMYK
RGB Variations
Color information
#F78C08 (or 0xF78C08) is known color: Dark Orange. HEX triplet: F7, 8C and 08. RGB value is (247,140,8). Sum of RGB (Red+Green+Blue) = 247+140+8=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C08 is #0873F7. Grayscale: #9D9D9D. Windows color (decimal): -553976 or 560375. OLE color: 560375.
HSL color Cylindrical-coordinate representation of color #F78C08: hue angle of 33.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F78C08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.03 |
| HSL | 33.14º | 0.94% | 0.5% | - |
| HSV(B) | 33.14º | 0.97% | 0.97% | - |
| XYZ | 47.78 | 38.55 | 5.15 | - |
| YUV | 156.95 | 43.95 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 8 | 0 | 0.43 | 0.97 | 0.03 | 33.14 | 0.94 | 0.5 |
| Hex | F7 | 8C | 8 | 0 | 2B | 61 | 3 | 21 | 5E | 32 |
| Octal | 367 | 214 | 10 | 0 | 53 | 141 | 3 | 41 | 136 | 62 |
| Binary | 11110111 | 10001100 | 1000 | 0 | 101011 | 1100001 | 11 | 100001 | 1011110 | 110010 |
Color Harmonies of #F78C08
Complementary color
Monochromatic Colors of #F78C08
Black with #F78C08
Text Example
Text Example
White with #F78C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C08; }
p { color: rgb(247,140,8); }
H1.HeaderClassName
{
color: #F78C08;
}
.AnyTagClassName
{
color: #F78C08;
}
</style>
background-color css
<style>
a { background-color: #F78C08; }
a { background-color: rgb(247,140,8); }
div.DivClassName
{
background-color: #F78C08;
}
.BgClassName
{
background-color: #F78C08;
}
</style>
border-color css
<style>
span { border-color: #F78C08; }
span { border-color: rgb(247,140,8); }
td.TdClassName
{
border-color: #F78C08;
}
.TagClassName
{
border-color: #F78C08;
}
</style>