Shades of Dark Orange #F79010
Tints of Dark Orange #F79010
RGB
CMYK
RGB Variations
Color information
#F79010 (or 0xF79010) is known color: Dark Orange. HEX triplet: F7, 90 and 10. RGB value is (247,144,16). Sum of RGB (Red+Green+Blue) = 247+144+16=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F79010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79010 is #086FEF. Grayscale: #A0A0A0. Windows color (decimal): -552944 or 1085687. OLE color: 1085687.
HSL color Cylindrical-coordinate representation of color #F79010: hue angle of 33.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F79010 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.03 |
| HSL | 33.25º | 0.94% | 0.52% | - |
| HSV(B) | 33.25º | 0.94% | 0.97% | - |
| XYZ | 48.42 | 39.76 | 5.61 | - |
| YUV | 160.21 | 46.62 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 16 | 0 | 0.42 | 0.94 | 0.03 | 33.25 | 0.94 | 0.52 |
| Hex | F7 | 90 | 10 | 0 | 2A | 5E | 3 | 21 | 5E | 34 |
| Octal | 367 | 220 | 20 | 0 | 52 | 136 | 3 | 41 | 136 | 64 |
| Binary | 11110111 | 10010000 | 10000 | 0 | 101010 | 1011110 | 11 | 100001 | 1011110 | 110100 |
Color Harmonies of #F79010
Complementary color
Monochromatic Colors of #F79010
Black with #F79010
Text Example
Text Example
White with #F79010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79010; }
p { color: rgb(247,144,16); }
H1.HeaderClassName
{
color: #F79010;
}
.AnyTagClassName
{
color: #F79010;
}
</style>
background-color css
<style>
a { background-color: #F79010; }
a { background-color: rgb(247,144,16); }
div.DivClassName
{
background-color: #F79010;
}
.BgClassName
{
background-color: #F79010;
}
</style>
border-color css
<style>
span { border-color: #F79010; }
span { border-color: rgb(247,144,16); }
td.TdClassName
{
border-color: #F79010;
}
.TagClassName
{
border-color: #F79010;
}
</style>