Shades of Lightning Yellow #FFAA29
Tints of Lightning Yellow #FFAA29
RGB
CMYK
RGB Variations
Color information
#FFAA29 (or 0xFFAA29) is known color: Lightning Yellow. HEX triplet: FF, AA and 29. RGB value is (255,170,41). Sum of RGB (Red+Green+Blue) = 255+170+41=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA29 is #0055D6. Grayscale: #B5B5B5. Windows color (decimal): -21975 or 2730751. OLE color: 2730751.
HSL color Cylindrical-coordinate representation of color #FFAA29: hue angle of 36.17º 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 #FFAA29 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 41 | - |
| CMYK | 0 | 0.33 | 0.84 | 0 |
| HSL | 36.17º | 1% | 0.58% | - |
| HSV(B) | 36.17º | 0.84% | 1% | - |
| XYZ | 56.01 | 50.17 | 8.83 | - |
| YUV | 180.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 41 | 0 | 0.33 | 0.84 | 0 | 36.17 | 1 | 0.58 |
| Hex | FF | AA | 29 | 0 | 21 | 54 | 0 | 24 | 64 | 3A |
| Octal | 377 | 252 | 51 | 0 | 41 | 124 | 0 | 44 | 144 | 72 |
| Binary | 11111111 | 10101010 | 101001 | 0 | 100001 | 1010100 | 0 | 100100 | 1100100 | 111010 |
Color Harmonies of #FFAA29
Complementary color
Monochromatic Colors of #FFAA29
Black with #FFAA29
Text Example
Text Example
White with #FFAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA29; }
p { color: rgb(255,170,41); }
H1.HeaderClassName
{
color: #FFAA29;
}
.AnyTagClassName
{
color: #FFAA29;
}
</style>
background-color css
<style>
a { background-color: #FFAA29; }
a { background-color: rgb(255,170,41); }
div.DivClassName
{
background-color: #FFAA29;
}
.BgClassName
{
background-color: #FFAA29;
}
</style>
border-color css
<style>
span { border-color: #FFAA29; }
span { border-color: rgb(255,170,41); }
td.TdClassName
{
border-color: #FFAA29;
}
.TagClassName
{
border-color: #FFAA29;
}
</style>