Shades of Orange #FFAA02
Tints of Orange #FFAA02
RGB
CMYK
RGB Variations
Color information
#FFAA02 (or 0xFFAA02) is known color: Orange. HEX triplet: FF, AA and 02. RGB value is (255,170,2). Sum of RGB (Red+Green+Blue) = 255+170+2=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA02 is #0055FD. Grayscale: #B1B1B1. Windows color (decimal): -22014 or 174847. OLE color: 174847.
HSL color Cylindrical-coordinate representation of color #FFAA02: hue angle of 39.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFAA02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0 |
| HSL | 39.84º | 1% | 0.5% | - |
| HSV(B) | 39.84º | 0.99% | 1% | - |
| XYZ | 55.63 | 50.01 | 6.78 | - |
| YUV | 176.26 | 29.66 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 2 | 0 | 0.33 | 0.99 | 0 | 39.84 | 1 | 0.5 |
| Hex | FF | AA | 2 | 0 | 21 | 63 | 0 | 28 | 64 | 32 |
| Octal | 377 | 252 | 2 | 0 | 41 | 143 | 0 | 50 | 144 | 62 |
| Binary | 11111111 | 10101010 | 10 | 0 | 100001 | 1100011 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FFAA02
Complementary color
Monochromatic Colors of #FFAA02
Black with #FFAA02
Text Example
Text Example
White with #FFAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA02; }
p { color: rgb(255,170,2); }
H1.HeaderClassName
{
color: #FFAA02;
}
.AnyTagClassName
{
color: #FFAA02;
}
</style>
background-color css
<style>
a { background-color: #FFAA02; }
a { background-color: rgb(255,170,2); }
div.DivClassName
{
background-color: #FFAA02;
}
.BgClassName
{
background-color: #FFAA02;
}
</style>
border-color css
<style>
span { border-color: #FFAA02; }
span { border-color: rgb(255,170,2); }
td.TdClassName
{
border-color: #FFAA02;
}
.TagClassName
{
border-color: #FFAA02;
}
</style>