Shades of Dark Orange #F7910C
Tints of Dark Orange #F7910C
RGB
CMYK
RGB Variations
Color information
#F7910C (or 0xF7910C) is known color: Dark Orange. HEX triplet: F7, 91 and 0C. RGB value is (247,145,12). Sum of RGB (Red+Green+Blue) = 247+145+12=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7910C is #086EF3. Grayscale: #A0A0A0. Windows color (decimal): -552692 or 823799. OLE color: 823799.
HSL color Cylindrical-coordinate representation of color #F7910C: hue angle of 33.96º 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 #F7910C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.03 |
| HSL | 33.96º | 0.94% | 0.51% | - |
| HSV(B) | 33.96º | 0.95% | 0.97% | - |
| XYZ | 48.55 | 40.05 | 5.52 | - |
| YUV | 160.34 | 44.29 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 12 | 0 | 0.41 | 0.95 | 0.03 | 33.96 | 0.94 | 0.51 |
| Hex | F7 | 91 | C | 0 | 29 | 5F | 3 | 22 | 5E | 33 |
| Octal | 367 | 221 | 14 | 0 | 51 | 137 | 3 | 42 | 136 | 63 |
| Binary | 11110111 | 10010001 | 1100 | 0 | 101001 | 1011111 | 11 | 100010 | 1011110 | 110011 |
Color Harmonies of #F7910C
Complementary color
Monochromatic Colors of #F7910C
Black with #F7910C
Text Example
Text Example
White with #F7910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7910C; }
p { color: rgb(247,145,12); }
H1.HeaderClassName
{
color: #F7910C;
}
.AnyTagClassName
{
color: #F7910C;
}
</style>
background-color css
<style>
a { background-color: #F7910C; }
a { background-color: rgb(247,145,12); }
div.DivClassName
{
background-color: #F7910C;
}
.BgClassName
{
background-color: #F7910C;
}
</style>
border-color css
<style>
span { border-color: #F7910C; }
span { border-color: rgb(247,145,12); }
td.TdClassName
{
border-color: #F7910C;
}
.TagClassName
{
border-color: #F7910C;
}
</style>