Shades of Dark Orange #F99107
Tints of Dark Orange #F99107
RGB
CMYK
RGB Variations
Color information
#F99107 (or 0xF99107) is known color: Dark Orange. HEX triplet: F9, 91 and 07. RGB value is (249,145,7). Sum of RGB (Red+Green+Blue) = 249+145+7=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F99107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99107 is #066EF8. Grayscale: #A1A1A1. Windows color (decimal): -421625 or 496121. OLE color: 496121.
HSL color Cylindrical-coordinate representation of color #F99107: hue angle of 34.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F99107 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.02 |
| HSL | 34.21º | 0.95% | 0.5% | - |
| HSV(B) | 34.21º | 0.97% | 0.98% | - |
| XYZ | 49.23 | 40.41 | 5.41 | - |
| YUV | 160.36 | 41.46 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 7 | 0 | 0.42 | 0.97 | 0.02 | 34.21 | 0.95 | 0.5 |
| Hex | F9 | 91 | 7 | 0 | 2A | 61 | 2 | 22 | 5F | 32 |
| Octal | 371 | 221 | 7 | 0 | 52 | 141 | 2 | 42 | 137 | 62 |
| Binary | 11111001 | 10010001 | 111 | 0 | 101010 | 1100001 | 10 | 100010 | 1011111 | 110010 |
Color Harmonies of #F99107
Complementary color
Monochromatic Colors of #F99107
Black with #F99107
Text Example
Text Example
White with #F99107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99107; }
p { color: rgb(249,145,7); }
H1.HeaderClassName
{
color: #F99107;
}
.AnyTagClassName
{
color: #F99107;
}
</style>
background-color css
<style>
a { background-color: #F99107; }
a { background-color: rgb(249,145,7); }
div.DivClassName
{
background-color: #F99107;
}
.BgClassName
{
background-color: #F99107;
}
</style>
border-color css
<style>
span { border-color: #F99107; }
span { border-color: rgb(249,145,7); }
td.TdClassName
{
border-color: #F99107;
}
.TagClassName
{
border-color: #F99107;
}
</style>