Shades of Dark Orange #F99501
Tints of Dark Orange #F99501
RGB
CMYK
RGB Variations
Color information
#F99501 (or 0xF99501) is known color: Dark Orange. HEX triplet: F9, 95 and 01. RGB value is (249,149,1). Sum of RGB (Red+Green+Blue) = 249+149+1=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F99501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99501 is #066AFE. Grayscale: #A2A2A2. Windows color (decimal): -420607 or 103929. OLE color: 103929.
HSL color Cylindrical-coordinate representation of color #F99501: hue angle of 35.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99501 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.02 |
| HSL | 35.81º | 0.99% | 0.49% | - |
| HSV(B) | 35.81º | 1% | 0.98% | - |
| XYZ | 49.82 | 41.64 | 5.44 | - |
| YUV | 162.03 | 37.13 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 1 | 0 | 0.40 | 1.00 | 0.02 | 35.81 | 0.99 | 0.49 |
| Hex | F9 | 95 | 1 | 0 | 28 | 64 | 2 | 24 | 63 | 31 |
| Octal | 371 | 225 | 1 | 0 | 50 | 144 | 2 | 44 | 143 | 61 |
| Binary | 11111001 | 10010101 | 1 | 0 | 101000 | 1100100 | 10 | 100100 | 1100011 | 110001 |
Color Harmonies of #F99501
Complementary color
Monochromatic Colors of #F99501
Black with #F99501
Text Example
Text Example
White with #F99501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99501; }
p { color: rgb(249,149,1); }
H1.HeaderClassName
{
color: #F99501;
}
.AnyTagClassName
{
color: #F99501;
}
</style>
background-color css
<style>
a { background-color: #F99501; }
a { background-color: rgb(249,149,1); }
div.DivClassName
{
background-color: #F99501;
}
.BgClassName
{
background-color: #F99501;
}
</style>
border-color css
<style>
span { border-color: #F99501; }
span { border-color: rgb(249,149,1); }
td.TdClassName
{
border-color: #F99501;
}
.TagClassName
{
border-color: #F99501;
}
</style>