Shades of Dark Orange #F78C0F
Tints of Dark Orange #F78C0F
RGB
CMYK
RGB Variations
Color information
#F78C0F (or 0xF78C0F) is known color: Dark Orange. HEX triplet: F7, 8C and 0F. RGB value is (247,140,15). Sum of RGB (Red+Green+Blue) = 247+140+15=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C0F is #0873F0. Grayscale: #9E9E9E. Windows color (decimal): -553969 or 1019127. OLE color: 1019127.
HSL color Cylindrical-coordinate representation of color #F78C0F: hue angle of 32.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F78C0F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 15 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.03 |
| HSL | 32.33º | 0.94% | 0.51% | - |
| HSV(B) | 32.33º | 0.94% | 0.97% | - |
| XYZ | 47.82 | 38.56 | 5.38 | - |
| YUV | 157.74 | 47.45 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 15 | 0 | 0.43 | 0.94 | 0.03 | 32.33 | 0.94 | 0.51 |
| Hex | F7 | 8C | F | 0 | 2B | 5E | 3 | 20 | 5E | 33 |
| Octal | 367 | 214 | 17 | 0 | 53 | 136 | 3 | 40 | 136 | 63 |
| Binary | 11110111 | 10001100 | 1111 | 0 | 101011 | 1011110 | 11 | 100000 | 1011110 | 110011 |
Color Harmonies of #F78C0F
Complementary color
Monochromatic Colors of #F78C0F
Black with #F78C0F
Text Example
Text Example
White with #F78C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C0F; }
p { color: rgb(247,140,15); }
H1.HeaderClassName
{
color: #F78C0F;
}
.AnyTagClassName
{
color: #F78C0F;
}
</style>
background-color css
<style>
a { background-color: #F78C0F; }
a { background-color: rgb(247,140,15); }
div.DivClassName
{
background-color: #F78C0F;
}
.BgClassName
{
background-color: #F78C0F;
}
</style>
border-color css
<style>
span { border-color: #F78C0F; }
span { border-color: rgb(247,140,15); }
td.TdClassName
{
border-color: #F78C0F;
}
.TagClassName
{
border-color: #F78C0F;
}
</style>