Shades of Dark Orange #F99200
Tints of Dark Orange #F99200
RGB
CMYK
RGB Variations
Color information
#F99200 (or 0xF99200) is known color: Dark Orange. HEX triplet: F9, 92 and 00. RGB value is (249,146,0). Sum of RGB (Red+Green+Blue) = 249+146+0=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F99200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99200 is #066DFF. Grayscale: #A0A0A0. Windows color (decimal): -421376 or 37625. OLE color: 37625.
HSL color Cylindrical-coordinate representation of color #F99200: hue angle of 35.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.02 |
| HSL | 35.18º | 1% | 0.49% | - |
| HSV(B) | 35.18º | 1% | 0.98% | - |
| XYZ | 49.35 | 40.7 | 5.25 | - |
| YUV | 160.15 | 37.62 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 0 | 0 | 0.41 | 1 | 0.02 | 35.18 | 1 | 0.49 |
| Hex | F9 | 92 | 0 | 0 | 29 | 64 | 2 | 23 | 64 | 31 |
| Octal | 371 | 222 | 0 | 0 | 51 | 144 | 2 | 43 | 144 | 61 |
| Binary | 11111001 | 10010010 | 0 | 0 | 101001 | 1100100 | 10 | 100011 | 1100100 | 110001 |
Color Harmonies of #F99200
Complementary color
Monochromatic Colors of #F99200
Black with #F99200
Text Example
Text Example
White with #F99200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99200; }
p { color: rgb(249,146,0); }
H1.HeaderClassName
{
color: #F99200;
}
.AnyTagClassName
{
color: #F99200;
}
</style>
background-color css
<style>
a { background-color: #F99200; }
a { background-color: rgb(249,146,0); }
div.DivClassName
{
background-color: #F99200;
}
.BgClassName
{
background-color: #F99200;
}
</style>
border-color css
<style>
span { border-color: #F99200; }
span { border-color: rgb(249,146,0); }
td.TdClassName
{
border-color: #F99200;
}
.TagClassName
{
border-color: #F99200;
}
</style>