Shades of Dark Orange #F29504
Tints of Dark Orange #F29504
RGB
CMYK
RGB Variations
Color information
#F29504 (or 0xF29504) is known color: Dark Orange. HEX triplet: F2, 95 and 04. RGB value is (242,149,4). Sum of RGB (Red+Green+Blue) = 242+149+4=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F29504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29504 is #0D6AFB. Grayscale: #A0A0A0. Windows color (decimal): -879356 or 300530. OLE color: 300530.
HSL color Cylindrical-coordinate representation of color #F29504: hue angle of 36.55º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F29504 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.05 |
| HSL | 36.55º | 0.97% | 0.48% | - |
| HSV(B) | 36.55º | 0.98% | 0.95% | - |
| XYZ | 47.39 | 40.38 | 5.41 | - |
| YUV | 160.28 | 39.81 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 4 | 0 | 0.38 | 0.98 | 0.05 | 36.55 | 0.97 | 0.48 |
| Hex | F2 | 95 | 4 | 0 | 26 | 62 | 5 | 25 | 61 | 30 |
| Octal | 362 | 225 | 4 | 0 | 46 | 142 | 5 | 45 | 141 | 60 |
| Binary | 11110010 | 10010101 | 100 | 0 | 100110 | 1100010 | 101 | 100101 | 1100001 | 110000 |
Color Harmonies of #F29504
Complementary color
Monochromatic Colors of #F29504
Black with #F29504
Text Example
Text Example
White with #F29504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29504; }
p { color: rgb(242,149,4); }
H1.HeaderClassName
{
color: #F29504;
}
.AnyTagClassName
{
color: #F29504;
}
</style>
background-color css
<style>
a { background-color: #F29504; }
a { background-color: rgb(242,149,4); }
div.DivClassName
{
background-color: #F29504;
}
.BgClassName
{
background-color: #F29504;
}
</style>
border-color css
<style>
span { border-color: #F29504; }
span { border-color: rgb(242,149,4); }
td.TdClassName
{
border-color: #F29504;
}
.TagClassName
{
border-color: #F29504;
}
</style>