Shades of Dark Orange #F78C0D
Tints of Dark Orange #F78C0D
RGB
CMYK
RGB Variations
Color information
#F78C0D (or 0xF78C0D) is known color: Dark Orange. HEX triplet: F7, 8C and 0D. RGB value is (247,140,13). Sum of RGB (Red+Green+Blue) = 247+140+13=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C0D is #0873F2. Grayscale: #9E9E9E. Windows color (decimal): -553971 or 888055. OLE color: 888055.
HSL color Cylindrical-coordinate representation of color #F78C0D: hue angle of 32.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F78C0D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.03 |
| HSL | 32.56º | 0.94% | 0.51% | - |
| HSV(B) | 32.56º | 0.95% | 0.97% | - |
| XYZ | 47.81 | 38.56 | 5.3 | - |
| YUV | 157.52 | 46.45 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 13 | 0 | 0.43 | 0.95 | 0.03 | 32.56 | 0.94 | 0.51 |
| Hex | F7 | 8C | D | 0 | 2B | 5F | 3 | 21 | 5E | 33 |
| Octal | 367 | 214 | 15 | 0 | 53 | 137 | 3 | 41 | 136 | 63 |
| Binary | 11110111 | 10001100 | 1101 | 0 | 101011 | 1011111 | 11 | 100001 | 1011110 | 110011 |
Color Harmonies of #F78C0D
Complementary color
Monochromatic Colors of #F78C0D
Black with #F78C0D
Text Example
Text Example
White with #F78C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C0D; }
p { color: rgb(247,140,13); }
H1.HeaderClassName
{
color: #F78C0D;
}
.AnyTagClassName
{
color: #F78C0D;
}
</style>
background-color css
<style>
a { background-color: #F78C0D; }
a { background-color: rgb(247,140,13); }
div.DivClassName
{
background-color: #F78C0D;
}
.BgClassName
{
background-color: #F78C0D;
}
</style>
border-color css
<style>
span { border-color: #F78C0D; }
span { border-color: rgb(247,140,13); }
td.TdClassName
{
border-color: #F78C0D;
}
.TagClassName
{
border-color: #F78C0D;
}
</style>