Shades of Orange #FFA804
Tints of Orange #FFA804
RGB
CMYK
RGB Variations
Color information
#FFA804 (or 0xFFA804) is known color: Orange. HEX triplet: FF, A8 and 04. RGB value is (255,168,4). Sum of RGB (Red+Green+Blue) = 255+168+4=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA804 is #0057FB. Grayscale: #B0B0B0. Windows color (decimal): -22524 or 305407. OLE color: 305407.
HSL color Cylindrical-coordinate representation of color #FFA804: hue angle of 39.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFA804 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0 |
| HSL | 39.2º | 1% | 0.51% | - |
| HSV(B) | 39.2º | 0.98% | 1% | - |
| XYZ | 55.26 | 49.27 | 6.71 | - |
| YUV | 175.32 | 31.32 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 4 | 0 | 0.34 | 0.98 | 0 | 39.2 | 1 | 0.51 |
| Hex | FF | A8 | 4 | 0 | 22 | 62 | 0 | 27 | 64 | 33 |
| Octal | 377 | 250 | 4 | 0 | 42 | 142 | 0 | 47 | 144 | 63 |
| Binary | 11111111 | 10101000 | 100 | 0 | 100010 | 1100010 | 0 | 100111 | 1100100 | 110011 |
Color Harmonies of #FFA804
Complementary color
Monochromatic Colors of #FFA804
Black with #FFA804
Text Example
Text Example
White with #FFA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA804; }
p { color: rgb(255,168,4); }
H1.HeaderClassName
{
color: #FFA804;
}
.AnyTagClassName
{
color: #FFA804;
}
</style>
background-color css
<style>
a { background-color: #FFA804; }
a { background-color: rgb(255,168,4); }
div.DivClassName
{
background-color: #FFA804;
}
.BgClassName
{
background-color: #FFA804;
}
</style>
border-color css
<style>
span { border-color: #FFA804; }
span { border-color: rgb(255,168,4); }
td.TdClassName
{
border-color: #FFA804;
}
.TagClassName
{
border-color: #FFA804;
}
</style>