Shades of Dark Orange #F99106
Tints of Dark Orange #F99106
RGB
CMYK
RGB Variations
Color information
#F99106 (or 0xF99106) is known color: Dark Orange. HEX triplet: F9, 91 and 06. RGB value is (249,145,6). Sum of RGB (Red+Green+Blue) = 249+145+6=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F99106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99106 is #066EF9. Grayscale: #A0A0A0. Windows color (decimal): -421626 or 430585. OLE color: 430585.
HSL color Cylindrical-coordinate representation of color #F99106: hue angle of 34.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F99106 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 6 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.02 |
| HSL | 34.32º | 0.95% | 0.5% | - |
| HSV(B) | 34.32º | 0.98% | 0.98% | - |
| XYZ | 49.23 | 40.4 | 5.38 | - |
| YUV | 160.25 | 40.96 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 6 | 0 | 0.42 | 0.98 | 0.02 | 34.32 | 0.95 | 0.5 |
| Hex | F9 | 91 | 6 | 0 | 2A | 62 | 2 | 22 | 5F | 32 |
| Octal | 371 | 221 | 6 | 0 | 52 | 142 | 2 | 42 | 137 | 62 |
| Binary | 11111001 | 10010001 | 110 | 0 | 101010 | 1100010 | 10 | 100010 | 1011111 | 110010 |
Color Harmonies of #F99106
Complementary color
Monochromatic Colors of #F99106
Black with #F99106
Text Example
Text Example
White with #F99106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99106; }
p { color: rgb(249,145,6); }
H1.HeaderClassName
{
color: #F99106;
}
.AnyTagClassName
{
color: #F99106;
}
</style>
background-color css
<style>
a { background-color: #F99106; }
a { background-color: rgb(249,145,6); }
div.DivClassName
{
background-color: #F99106;
}
.BgClassName
{
background-color: #F99106;
}
</style>
border-color css
<style>
span { border-color: #F99106; }
span { border-color: rgb(249,145,6); }
td.TdClassName
{
border-color: #F99106;
}
.TagClassName
{
border-color: #F99106;
}
</style>