Shades of Dark Orange #F99105
Tints of Dark Orange #F99105
RGB
CMYK
RGB Variations
Color information
#F99105 (or 0xF99105) is known color: Dark Orange. HEX triplet: F9, 91 and 05. RGB value is (249,145,5). Sum of RGB (Red+Green+Blue) = 249+145+5=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F99105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99105 is #066EFA. Grayscale: #A0A0A0. Windows color (decimal): -421627 or 365049. OLE color: 365049.
HSL color Cylindrical-coordinate representation of color #F99105: hue angle of 34.43º degrees, saturation: 0.96, 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 #F99105 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.02 |
| HSL | 34.43º | 0.96% | 0.5% | - |
| HSV(B) | 34.43º | 0.98% | 0.98% | - |
| XYZ | 49.22 | 40.4 | 5.35 | - |
| YUV | 160.14 | 40.46 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 5 | 0 | 0.42 | 0.98 | 0.02 | 34.43 | 0.96 | 0.5 |
| Hex | F9 | 91 | 5 | 0 | 2A | 62 | 2 | 22 | 60 | 32 |
| Octal | 371 | 221 | 5 | 0 | 52 | 142 | 2 | 42 | 140 | 62 |
| Binary | 11111001 | 10010001 | 101 | 0 | 101010 | 1100010 | 10 | 100010 | 1100000 | 110010 |
Color Harmonies of #F99105
Complementary color
Monochromatic Colors of #F99105
Black with #F99105
Text Example
Text Example
White with #F99105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99105; }
p { color: rgb(249,145,5); }
H1.HeaderClassName
{
color: #F99105;
}
.AnyTagClassName
{
color: #F99105;
}
</style>
background-color css
<style>
a { background-color: #F99105; }
a { background-color: rgb(249,145,5); }
div.DivClassName
{
background-color: #F99105;
}
.BgClassName
{
background-color: #F99105;
}
</style>
border-color css
<style>
span { border-color: #F99105; }
span { border-color: rgb(249,145,5); }
td.TdClassName
{
border-color: #F99105;
}
.TagClassName
{
border-color: #F99105;
}
</style>