Shades of Dark Orange #F7910F
Tints of Dark Orange #F7910F
RGB
CMYK
RGB Variations
Color information
#F7910F (or 0xF7910F) is known color: Dark Orange. HEX triplet: F7, 91 and 0F. RGB value is (247,145,15). Sum of RGB (Red+Green+Blue) = 247+145+15=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7910F is #086EF0. Grayscale: #A1A1A1. Windows color (decimal): -552689 or 1020407. OLE color: 1020407.
HSL color Cylindrical-coordinate representation of color #F7910F: hue angle of 33.62º 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 #F7910F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.03 |
| HSL | 33.62º | 0.94% | 0.51% | - |
| HSV(B) | 33.62º | 0.94% | 0.97% | - |
| XYZ | 48.57 | 40.06 | 5.62 | - |
| YUV | 160.68 | 45.79 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 15 | 0 | 0.41 | 0.94 | 0.03 | 33.62 | 0.94 | 0.51 |
| Hex | F7 | 91 | F | 0 | 29 | 5E | 3 | 22 | 5E | 33 |
| Octal | 367 | 221 | 17 | 0 | 51 | 136 | 3 | 42 | 136 | 63 |
| Binary | 11110111 | 10010001 | 1111 | 0 | 101001 | 1011110 | 11 | 100010 | 1011110 | 110011 |
Color Harmonies of #F7910F
Complementary color
Monochromatic Colors of #F7910F
Black with #F7910F
Text Example
Text Example
White with #F7910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7910F; }
p { color: rgb(247,145,15); }
H1.HeaderClassName
{
color: #F7910F;
}
.AnyTagClassName
{
color: #F7910F;
}
</style>
background-color css
<style>
a { background-color: #F7910F; }
a { background-color: rgb(247,145,15); }
div.DivClassName
{
background-color: #F7910F;
}
.BgClassName
{
background-color: #F7910F;
}
</style>
border-color css
<style>
span { border-color: #F7910F; }
span { border-color: rgb(247,145,15); }
td.TdClassName
{
border-color: #F7910F;
}
.TagClassName
{
border-color: #F7910F;
}
</style>