Shades of Dark Orange #F99204
Tints of Dark Orange #F99204
RGB
CMYK
RGB Variations
Color information
#F99204 (or 0xF99204) is known color: Dark Orange. HEX triplet: F9, 92 and 04. RGB value is (249,146,4). Sum of RGB (Red+Green+Blue) = 249+146+4=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F99204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99204 is #066DFB. Grayscale: #A1A1A1. Windows color (decimal): -421372 or 299769. OLE color: 299769.
HSL color Cylindrical-coordinate representation of color #F99204: hue angle of 34.78º degrees, saturation: 0.97, 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 #F99204 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.02 |
| HSL | 34.78º | 0.97% | 0.5% | - |
| HSV(B) | 34.78º | 0.98% | 0.98% | - |
| XYZ | 49.37 | 40.71 | 5.37 | - |
| YUV | 160.61 | 39.62 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 4 | 0 | 0.41 | 0.98 | 0.02 | 34.78 | 0.97 | 0.5 |
| Hex | F9 | 92 | 4 | 0 | 29 | 62 | 2 | 23 | 61 | 32 |
| Octal | 371 | 222 | 4 | 0 | 51 | 142 | 2 | 43 | 141 | 62 |
| Binary | 11111001 | 10010010 | 100 | 0 | 101001 | 1100010 | 10 | 100011 | 1100001 | 110010 |
Color Harmonies of #F99204
Complementary color
Monochromatic Colors of #F99204
Black with #F99204
Text Example
Text Example
White with #F99204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99204; }
p { color: rgb(249,146,4); }
H1.HeaderClassName
{
color: #F99204;
}
.AnyTagClassName
{
color: #F99204;
}
</style>
background-color css
<style>
a { background-color: #F99204; }
a { background-color: rgb(249,146,4); }
div.DivClassName
{
background-color: #F99204;
}
.BgClassName
{
background-color: #F99204;
}
</style>
border-color css
<style>
span { border-color: #F99204; }
span { border-color: rgb(249,146,4); }
td.TdClassName
{
border-color: #F99204;
}
.TagClassName
{
border-color: #F99204;
}
</style>