Shades of Orange #FFAA01
Tints of Orange #FFAA01
RGB
CMYK
RGB Variations
Color information
#FFAA01 (or 0xFFAA01) is known color: Orange. HEX triplet: FF, AA and 01. RGB value is (255,170,1). Sum of RGB (Red+Green+Blue) = 255+170+1=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA01 is #0055FE. Grayscale: #B0B0B0. Windows color (decimal): -22015 or 109311. OLE color: 109311.
HSL color Cylindrical-coordinate representation of color #FFAA01: hue angle of 39.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFAA01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0 |
| HSL | 39.92º | 1% | 0.5% | - |
| HSV(B) | 39.92º | 1% | 1% | - |
| XYZ | 55.62 | 50.01 | 6.75 | - |
| YUV | 176.15 | 29.16 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 1 | 0 | 0.33 | 1.00 | 0 | 39.92 | 1 | 0.5 |
| Hex | FF | AA | 1 | 0 | 21 | 64 | 0 | 28 | 64 | 32 |
| Octal | 377 | 252 | 1 | 0 | 41 | 144 | 0 | 50 | 144 | 62 |
| Binary | 11111111 | 10101010 | 1 | 0 | 100001 | 1100100 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FFAA01
Complementary color
Monochromatic Colors of #FFAA01
Black with #FFAA01
Text Example
Text Example
White with #FFAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA01; }
p { color: rgb(255,170,1); }
H1.HeaderClassName
{
color: #FFAA01;
}
.AnyTagClassName
{
color: #FFAA01;
}
</style>
background-color css
<style>
a { background-color: #FFAA01; }
a { background-color: rgb(255,170,1); }
div.DivClassName
{
background-color: #FFAA01;
}
.BgClassName
{
background-color: #FFAA01;
}
</style>
border-color css
<style>
span { border-color: #FFAA01; }
span { border-color: rgb(255,170,1); }
td.TdClassName
{
border-color: #FFAA01;
}
.TagClassName
{
border-color: #FFAA01;
}
</style>