Shades of Orange #F4A404
Tints of Orange #F4A404
RGB
CMYK
RGB Variations
Color information
#F4A404 (or 0xF4A404) is known color: Orange. HEX triplet: F4, A4 and 04. RGB value is (244,164,4). Sum of RGB (Red+Green+Blue) = 244+164+4=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A404 is #0B5BFB. Grayscale: #AAAAAA. Windows color (decimal): -744444 or 304372. OLE color: 304372.
HSL color Cylindrical-coordinate representation of color #F4A404: hue angle of 40º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4A404 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.04 |
| HSL | 40º | 0.97% | 0.49% | - |
| HSV(B) | 40º | 0.98% | 0.96% | - |
| XYZ | 50.61 | 45.79 | 6.29 | - |
| YUV | 169.68 | 34.5 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 4 | 0 | 0.33 | 0.98 | 0.04 | 40 | 0.97 | 0.49 |
| Hex | F4 | A4 | 4 | 0 | 21 | 62 | 4 | 28 | 61 | 31 |
| Octal | 364 | 244 | 4 | 0 | 41 | 142 | 4 | 50 | 141 | 61 |
| Binary | 11110100 | 10100100 | 100 | 0 | 100001 | 1100010 | 100 | 101000 | 1100001 | 110001 |
Color Harmonies of #F4A404
Complementary color
Monochromatic Colors of #F4A404
Black with #F4A404
Text Example
Text Example
White with #F4A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A404; }
p { color: rgb(244,164,4); }
H1.HeaderClassName
{
color: #F4A404;
}
.AnyTagClassName
{
color: #F4A404;
}
</style>
background-color css
<style>
a { background-color: #F4A404; }
a { background-color: rgb(244,164,4); }
div.DivClassName
{
background-color: #F4A404;
}
.BgClassName
{
background-color: #F4A404;
}
</style>
border-color css
<style>
span { border-color: #F4A404; }
span { border-color: rgb(244,164,4); }
td.TdClassName
{
border-color: #F4A404;
}
.TagClassName
{
border-color: #F4A404;
}
</style>