Shades of Dark Orange #F99508
Tints of Dark Orange #F99508
RGB
CMYK
RGB Variations
Color information
#F99508 (or 0xF99508) is known color: Dark Orange. HEX triplet: F9, 95 and 08. RGB value is (249,149,8). Sum of RGB (Red+Green+Blue) = 249+149+8=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99508 is #066AF7. Grayscale: #A3A3A3. Windows color (decimal): -420600 or 562681. OLE color: 562681.
HSL color Cylindrical-coordinate representation of color #F99508: hue angle of 35.1º 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 #F99508 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 8 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.02 |
| HSL | 35.1º | 0.95% | 0.5% | - |
| HSV(B) | 35.1º | 0.97% | 0.98% | - |
| XYZ | 49.86 | 41.65 | 5.64 | - |
| YUV | 162.83 | 40.63 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 8 | 0 | 0.40 | 0.97 | 0.02 | 35.1 | 0.95 | 0.5 |
| Hex | F9 | 95 | 8 | 0 | 28 | 61 | 2 | 23 | 5F | 32 |
| Octal | 371 | 225 | 10 | 0 | 50 | 141 | 2 | 43 | 137 | 62 |
| Binary | 11111001 | 10010101 | 1000 | 0 | 101000 | 1100001 | 10 | 100011 | 1011111 | 110010 |
Color Harmonies of #F99508
Complementary color
Monochromatic Colors of #F99508
Black with #F99508
Text Example
Text Example
White with #F99508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99508; }
p { color: rgb(249,149,8); }
H1.HeaderClassName
{
color: #F99508;
}
.AnyTagClassName
{
color: #F99508;
}
</style>
background-color css
<style>
a { background-color: #F99508; }
a { background-color: rgb(249,149,8); }
div.DivClassName
{
background-color: #F99508;
}
.BgClassName
{
background-color: #F99508;
}
</style>
border-color css
<style>
span { border-color: #F99508; }
span { border-color: rgb(249,149,8); }
td.TdClassName
{
border-color: #F99508;
}
.TagClassName
{
border-color: #F99508;
}
</style>