Shades of Lightning Yellow #FFAA28
Tints of Lightning Yellow #FFAA28
RGB
CMYK
RGB Variations
Color information
#FFAA28 (or 0xFFAA28) is known color: Lightning Yellow. HEX triplet: FF, AA and 28. RGB value is (255,170,40). Sum of RGB (Red+Green+Blue) = 255+170+40=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA28 is #0055D7. Grayscale: #B5B5B5. Windows color (decimal): -21976 or 2665215. OLE color: 2665215.
HSL color Cylindrical-coordinate representation of color #FFAA28: hue angle of 36.28º 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 #FFAA28 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 40 | - |
| CMYK | 0 | 0.33 | 0.84 | 0 |
| HSL | 36.28º | 1% | 0.58% | - |
| HSV(B) | 36.28º | 0.84% | 1% | - |
| XYZ | 56 | 50.16 | 8.74 | - |
| YUV | 180.6 | 48.66 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 40 | 0 | 0.33 | 0.84 | 0 | 36.28 | 1 | 0.58 |
| Hex | FF | AA | 28 | 0 | 21 | 54 | 0 | 24 | 64 | 3A |
| Octal | 377 | 252 | 50 | 0 | 41 | 124 | 0 | 44 | 144 | 72 |
| Binary | 11111111 | 10101010 | 101000 | 0 | 100001 | 1010100 | 0 | 100100 | 1100100 | 111010 |
Color Harmonies of #FFAA28
Complementary color
Monochromatic Colors of #FFAA28
Black with #FFAA28
Text Example
Text Example
White with #FFAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA28; }
p { color: rgb(255,170,40); }
H1.HeaderClassName
{
color: #FFAA28;
}
.AnyTagClassName
{
color: #FFAA28;
}
</style>
background-color css
<style>
a { background-color: #FFAA28; }
a { background-color: rgb(255,170,40); }
div.DivClassName
{
background-color: #FFAA28;
}
.BgClassName
{
background-color: #FFAA28;
}
</style>
border-color css
<style>
span { border-color: #FFAA28; }
span { border-color: rgb(255,170,40); }
td.TdClassName
{
border-color: #FFAA28;
}
.TagClassName
{
border-color: #FFAA28;
}
</style>