Shades of Yellow Orange #FFAA40
Tints of Yellow Orange #FFAA40
RGB
CMYK
RGB Variations
Color information
#FFAA40 (or 0xFFAA40) is known color: Yellow Orange. HEX triplet: FF, AA and 40. RGB value is (255,170,64). Sum of RGB (Red+Green+Blue) = 255+170+64=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA40 is #0055BF. Grayscale: #B7B7B7. Windows color (decimal): -21952 or 4238079. OLE color: 4238079.
HSL color Cylindrical-coordinate representation of color #FFAA40: hue angle of 33.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAA40 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 64 | - |
| CMYK | 0 | 0.33 | 0.75 | 0 |
| HSL | 33.3º | 1% | 0.63% | - |
| HSV(B) | 33.3º | 0.75% | 1% | - |
| XYZ | 56.54 | 50.38 | 11.59 | - |
| YUV | 183.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 64 | 0 | 0.33 | 0.75 | 0 | 33.3 | 1 | 0.63 |
| Hex | FF | AA | 40 | 0 | 21 | 4B | 0 | 21 | 64 | 3F |
| Octal | 377 | 252 | 100 | 0 | 41 | 113 | 0 | 41 | 144 | 77 |
| Binary | 11111111 | 10101010 | 1000000 | 0 | 100001 | 1001011 | 0 | 100001 | 1100100 | 111111 |
Color Harmonies of #FFAA40
Complementary color
Monochromatic Colors of #FFAA40
Black with #FFAA40
Text Example
Text Example
White with #FFAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA40; }
p { color: rgb(255,170,64); }
H1.HeaderClassName
{
color: #FFAA40;
}
.AnyTagClassName
{
color: #FFAA40;
}
</style>
background-color css
<style>
a { background-color: #FFAA40; }
a { background-color: rgb(255,170,64); }
div.DivClassName
{
background-color: #FFAA40;
}
.BgClassName
{
background-color: #FFAA40;
}
</style>
border-color css
<style>
span { border-color: #FFAA40; }
span { border-color: rgb(255,170,64); }
td.TdClassName
{
border-color: #FFAA40;
}
.TagClassName
{
border-color: #FFAA40;
}
</style>