Shades of Lightning Yellow #FDAA29
Tints of Lightning Yellow #FDAA29
RGB
CMYK
RGB Variations
Color information
#FDAA29 (or 0xFDAA29) is known color: Lightning Yellow. HEX triplet: FD, AA and 29. RGB value is (253,170,41). Sum of RGB (Red+Green+Blue) = 253+170+41=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA29 is #0255D6. Grayscale: #B4B4B4. Windows color (decimal): -153047 or 2730749. OLE color: 2730749.
HSL color Cylindrical-coordinate representation of color #FDAA29: hue angle of 36.51º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDAA29 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 41 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.01 |
| HSL | 36.51º | 0.98% | 0.58% | - |
| HSV(B) | 36.51º | 0.84% | 0.99% | - |
| XYZ | 55.28 | 49.79 | 8.79 | - |
| YUV | 180.11 | 49.5 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 41 | 0 | 0.33 | 0.84 | 0.01 | 36.51 | 0.98 | 0.58 |
| Hex | FD | AA | 29 | 0 | 21 | 54 | 1 | 25 | 62 | 3A |
| Octal | 375 | 252 | 51 | 0 | 41 | 124 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101010 | 101001 | 0 | 100001 | 1010100 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAA29
Complementary color
Monochromatic Colors of #FDAA29
Black with #FDAA29
Text Example
Text Example
White with #FDAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA29; }
p { color: rgb(253,170,41); }
H1.HeaderClassName
{
color: #FDAA29;
}
.AnyTagClassName
{
color: #FDAA29;
}
</style>
background-color css
<style>
a { background-color: #FDAA29; }
a { background-color: rgb(253,170,41); }
div.DivClassName
{
background-color: #FDAA29;
}
.BgClassName
{
background-color: #FDAA29;
}
</style>
border-color css
<style>
span { border-color: #FDAA29; }
span { border-color: rgb(253,170,41); }
td.TdClassName
{
border-color: #FDAA29;
}
.TagClassName
{
border-color: #FDAA29;
}
</style>