Shades of Lightning Yellow #FFAA2A
Tints of Lightning Yellow #FFAA2A
RGB
CMYK
RGB Variations
Color information
#FFAA2A (or 0xFFAA2A) is known color: Lightning Yellow. HEX triplet: FF, AA and 2A. RGB value is (255,170,42). Sum of RGB (Red+Green+Blue) = 255+170+42=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA2A is #0055D5. Grayscale: #B5B5B5. Windows color (decimal): -21974 or 2796287. OLE color: 2796287.
HSL color Cylindrical-coordinate representation of color #FFAA2A: hue angle of 36.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFAA2A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 42 | - |
| CMYK | 0 | 0.33 | 0.84 | 0 |
| HSL | 36.06º | 1% | 0.58% | - |
| HSV(B) | 36.06º | 0.84% | 1% | - |
| XYZ | 56.03 | 50.18 | 8.92 | - |
| YUV | 180.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 42 | 0 | 0.33 | 0.84 | 0 | 36.06 | 1 | 0.58 |
| Hex | FF | AA | 2A | 0 | 21 | 54 | 0 | 24 | 64 | 3A |
| Octal | 377 | 252 | 52 | 0 | 41 | 124 | 0 | 44 | 144 | 72 |
| Binary | 11111111 | 10101010 | 101010 | 0 | 100001 | 1010100 | 0 | 100100 | 1100100 | 111010 |
Color Harmonies of #FFAA2A
Complementary color
Monochromatic Colors of #FFAA2A
Black with #FFAA2A
Text Example
Text Example
White with #FFAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA2A; }
p { color: rgb(255,170,42); }
H1.HeaderClassName
{
color: #FFAA2A;
}
.AnyTagClassName
{
color: #FFAA2A;
}
</style>
background-color css
<style>
a { background-color: #FFAA2A; }
a { background-color: rgb(255,170,42); }
div.DivClassName
{
background-color: #FFAA2A;
}
.BgClassName
{
background-color: #FFAA2A;
}
</style>
border-color css
<style>
span { border-color: #FFAA2A; }
span { border-color: rgb(255,170,42); }
td.TdClassName
{
border-color: #FFAA2A;
}
.TagClassName
{
border-color: #FFAA2A;
}
</style>