Shades of Orange #F9A404
Tints of Orange #F9A404
RGB
CMYK
RGB Variations
Color information
#F9A404 (or 0xF9A404) is known color: Orange. HEX triplet: F9, A4 and 04. RGB value is (249,164,4). Sum of RGB (Red+Green+Blue) = 249+164+4=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A404 is #065BFB. Grayscale: #ABABAB. Windows color (decimal): -416764 or 304377. OLE color: 304377.
HSL color Cylindrical-coordinate representation of color #F9A404: hue angle of 39.18º 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 #F9A404 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.02 |
| HSL | 39.18º | 0.97% | 0.5% | - |
| HSV(B) | 39.18º | 0.98% | 0.98% | - |
| XYZ | 52.36 | 46.7 | 6.37 | - |
| YUV | 171.18 | 33.66 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 4 | 0 | 0.34 | 0.98 | 0.02 | 39.18 | 0.97 | 0.5 |
| Hex | F9 | A4 | 4 | 0 | 22 | 62 | 2 | 27 | 61 | 32 |
| Octal | 371 | 244 | 4 | 0 | 42 | 142 | 2 | 47 | 141 | 62 |
| Binary | 11111001 | 10100100 | 100 | 0 | 100010 | 1100010 | 10 | 100111 | 1100001 | 110010 |
Color Harmonies of #F9A404
Complementary color
Monochromatic Colors of #F9A404
Black with #F9A404
Text Example
Text Example
White with #F9A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A404; }
p { color: rgb(249,164,4); }
H1.HeaderClassName
{
color: #F9A404;
}
.AnyTagClassName
{
color: #F9A404;
}
</style>
background-color css
<style>
a { background-color: #F9A404; }
a { background-color: rgb(249,164,4); }
div.DivClassName
{
background-color: #F9A404;
}
.BgClassName
{
background-color: #F9A404;
}
</style>
border-color css
<style>
span { border-color: #F9A404; }
span { border-color: rgb(249,164,4); }
td.TdClassName
{
border-color: #F9A404;
}
.TagClassName
{
border-color: #F9A404;
}
</style>