Shades of Dark Orange #F9910F
Tints of Dark Orange #F9910F
RGB
CMYK
RGB Variations
Color information
#F9910F (or 0xF9910F) is known color: Dark Orange. HEX triplet: F9, 91 and 0F. RGB value is (249,145,15). Sum of RGB (Red+Green+Blue) = 249+145+15=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9910F is #066EF0. Grayscale: #A1A1A1. Windows color (decimal): -421617 or 1020409. OLE color: 1020409.
HSL color Cylindrical-coordinate representation of color #F9910F: hue angle of 33.33º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9910F is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 15 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.02 |
| HSL | 33.33º | 0.95% | 0.52% | - |
| HSV(B) | 33.33º | 0.94% | 0.98% | - |
| XYZ | 49.28 | 40.43 | 5.66 | - |
| YUV | 161.28 | 45.46 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 15 | 0 | 0.42 | 0.94 | 0.02 | 33.33 | 0.95 | 0.52 |
| Hex | F9 | 91 | F | 0 | 2A | 5E | 2 | 21 | 5F | 34 |
| Octal | 371 | 221 | 17 | 0 | 52 | 136 | 2 | 41 | 137 | 64 |
| Binary | 11111001 | 10010001 | 1111 | 0 | 101010 | 1011110 | 10 | 100001 | 1011111 | 110100 |
Color Harmonies of #F9910F
Complementary color
Monochromatic Colors of #F9910F
Black with #F9910F
Text Example
Text Example
White with #F9910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9910F; }
p { color: rgb(249,145,15); }
H1.HeaderClassName
{
color: #F9910F;
}
.AnyTagClassName
{
color: #F9910F;
}
</style>
background-color css
<style>
a { background-color: #F9910F; }
a { background-color: rgb(249,145,15); }
div.DivClassName
{
background-color: #F9910F;
}
.BgClassName
{
background-color: #F9910F;
}
</style>
border-color css
<style>
span { border-color: #F9910F; }
span { border-color: rgb(249,145,15); }
td.TdClassName
{
border-color: #F9910F;
}
.TagClassName
{
border-color: #F9910F;
}
</style>