Shades of Orange #FFAA04
Tints of Orange #FFAA04
RGB
CMYK
RGB Variations
Color information
#FFAA04 (or 0xFFAA04) is known color: Orange. HEX triplet: FF, AA and 04. RGB value is (255,170,4). Sum of RGB (Red+Green+Blue) = 255+170+4=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA04 is #0055FB. Grayscale: #B1B1B1. Windows color (decimal): -22012 or 305919. OLE color: 305919.
HSL color Cylindrical-coordinate representation of color #FFAA04: hue angle of 39.68º 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 #FFAA04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0 |
| HSL | 39.68º | 1% | 0.51% | - |
| HSV(B) | 39.68º | 0.98% | 1% | - |
| XYZ | 55.64 | 50.02 | 6.84 | - |
| YUV | 176.49 | 30.66 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 4 | 0 | 0.33 | 0.98 | 0 | 39.68 | 1 | 0.51 |
| Hex | FF | AA | 4 | 0 | 21 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 252 | 4 | 0 | 41 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101010 | 100 | 0 | 100001 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAA04
Complementary color
Monochromatic Colors of #FFAA04
Black with #FFAA04
Text Example
Text Example
White with #FFAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA04; }
p { color: rgb(255,170,4); }
H1.HeaderClassName
{
color: #FFAA04;
}
.AnyTagClassName
{
color: #FFAA04;
}
</style>
background-color css
<style>
a { background-color: #FFAA04; }
a { background-color: rgb(255,170,4); }
div.DivClassName
{
background-color: #FFAA04;
}
.BgClassName
{
background-color: #FFAA04;
}
</style>
border-color css
<style>
span { border-color: #FFAA04; }
span { border-color: rgb(255,170,4); }
td.TdClassName
{
border-color: #FFAA04;
}
.TagClassName
{
border-color: #FFAA04;
}
</style>