Shades of Orange #FFAA08
Tints of Orange #FFAA08
RGB
CMYK
RGB Variations
Color information
#FFAA08 (or 0xFFAA08) is known color: Orange. HEX triplet: FF, AA and 08. RGB value is (255,170,8). Sum of RGB (Red+Green+Blue) = 255+170+8=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA08 is #0055F7. Grayscale: #B1B1B1. Windows color (decimal): -22008 or 568063. OLE color: 568063.
HSL color Cylindrical-coordinate representation of color #FFAA08: hue angle of 39.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFAA08 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 8 | - |
| CMYK | 0 | 0.33 | 0.97 | 0 |
| HSL | 39.35º | 1% | 0.52% | - |
| HSV(B) | 39.35º | 0.97% | 1% | - |
| XYZ | 55.66 | 50.03 | 6.95 | - |
| YUV | 176.95 | 32.66 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 8 | 0 | 0.33 | 0.97 | 0 | 39.35 | 1 | 0.52 |
| Hex | FF | AA | 8 | 0 | 21 | 61 | 0 | 27 | 64 | 34 |
| Octal | 377 | 252 | 10 | 0 | 41 | 141 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101010 | 1000 | 0 | 100001 | 1100001 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFAA08
Complementary color
Monochromatic Colors of #FFAA08
Black with #FFAA08
Text Example
Text Example
White with #FFAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA08; }
p { color: rgb(255,170,8); }
H1.HeaderClassName
{
color: #FFAA08;
}
.AnyTagClassName
{
color: #FFAA08;
}
</style>
background-color css
<style>
a { background-color: #FFAA08; }
a { background-color: rgb(255,170,8); }
div.DivClassName
{
background-color: #FFAA08;
}
.BgClassName
{
background-color: #FFAA08;
}
</style>
border-color css
<style>
span { border-color: #FFAA08; }
span { border-color: rgb(255,170,8); }
td.TdClassName
{
border-color: #FFAA08;
}
.TagClassName
{
border-color: #FFAA08;
}
</style>