Shades of Dark Orange #F99010
Tints of Dark Orange #F99010
RGB
CMYK
RGB Variations
Color information
#F99010 (or 0xF99010) is known color: Dark Orange. HEX triplet: F9, 90 and 10. RGB value is (249,144,16). Sum of RGB (Red+Green+Blue) = 249+144+16=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F99010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99010 is #066FEF. Grayscale: #A1A1A1. Windows color (decimal): -421872 or 1085689. OLE color: 1085689.
HSL color Cylindrical-coordinate representation of color #F99010: hue angle of 32.96º 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 #F99010 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.02 |
| HSL | 32.96º | 0.95% | 0.52% | - |
| HSV(B) | 32.96º | 0.94% | 0.98% | - |
| XYZ | 49.13 | 40.12 | 5.65 | - |
| YUV | 160.8 | 46.29 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 16 | 0 | 0.42 | 0.94 | 0.02 | 32.96 | 0.95 | 0.52 |
| Hex | F9 | 90 | 10 | 0 | 2A | 5E | 2 | 21 | 5F | 34 |
| Octal | 371 | 220 | 20 | 0 | 52 | 136 | 2 | 41 | 137 | 64 |
| Binary | 11111001 | 10010000 | 10000 | 0 | 101010 | 1011110 | 10 | 100001 | 1011111 | 110100 |
Color Harmonies of #F99010
Complementary color
Monochromatic Colors of #F99010
Black with #F99010
Text Example
Text Example
White with #F99010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99010; }
p { color: rgb(249,144,16); }
H1.HeaderClassName
{
color: #F99010;
}
.AnyTagClassName
{
color: #F99010;
}
</style>
background-color css
<style>
a { background-color: #F99010; }
a { background-color: rgb(249,144,16); }
div.DivClassName
{
background-color: #F99010;
}
.BgClassName
{
background-color: #F99010;
}
</style>
border-color css
<style>
span { border-color: #F99010; }
span { border-color: rgb(249,144,16); }
td.TdClassName
{
border-color: #F99010;
}
.TagClassName
{
border-color: #F99010;
}
</style>