Shades of Dark Orange #F49102
Tints of Dark Orange #F49102
RGB
CMYK
RGB Variations
Color information
#F49102 (or 0xF49102) is known color: Dark Orange. HEX triplet: F4, 91 and 02. RGB value is (244,145,2). Sum of RGB (Red+Green+Blue) = 244+145+2=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F49102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49102 is #0B6EFD. Grayscale: #9E9E9E. Windows color (decimal): -749310 or 168436. OLE color: 168436.
HSL color Cylindrical-coordinate representation of color #F49102: hue angle of 35.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F49102 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.04 |
| HSL | 35.45º | 0.98% | 0.48% | - |
| HSV(B) | 35.45º | 0.99% | 0.96% | - |
| XYZ | 47.44 | 39.49 | 5.18 | - |
| YUV | 158.3 | 39.8 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 2 | 0 | 0.41 | 0.99 | 0.04 | 35.45 | 0.98 | 0.48 |
| Hex | F4 | 91 | 2 | 0 | 29 | 63 | 4 | 23 | 62 | 30 |
| Octal | 364 | 221 | 2 | 0 | 51 | 143 | 4 | 43 | 142 | 60 |
| Binary | 11110100 | 10010001 | 10 | 0 | 101001 | 1100011 | 100 | 100011 | 1100010 | 110000 |
Color Harmonies of #F49102
Complementary color
Monochromatic Colors of #F49102
Black with #F49102
Text Example
Text Example
White with #F49102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49102; }
p { color: rgb(244,145,2); }
H1.HeaderClassName
{
color: #F49102;
}
.AnyTagClassName
{
color: #F49102;
}
</style>
background-color css
<style>
a { background-color: #F49102; }
a { background-color: rgb(244,145,2); }
div.DivClassName
{
background-color: #F49102;
}
.BgClassName
{
background-color: #F49102;
}
</style>
border-color css
<style>
span { border-color: #F49102; }
span { border-color: rgb(244,145,2); }
td.TdClassName
{
border-color: #F49102;
}
.TagClassName
{
border-color: #F49102;
}
</style>