Shades of Lightning Yellow #FDAA31
Tints of Lightning Yellow #FDAA31
RGB
CMYK
RGB Variations
Color information
#FDAA31 (or 0xFDAA31) is known color: Lightning Yellow. HEX triplet: FD, AA and 31. RGB value is (253,170,49). Sum of RGB (Red+Green+Blue) = 253+170+49=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA31 is #0255CE. Grayscale: #B5B5B5. Windows color (decimal): -153039 or 3255037. OLE color: 3255037.
HSL color Cylindrical-coordinate representation of color #FDAA31: hue angle of 35.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDAA31 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 49 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.01 |
| HSL | 35.59º | 0.98% | 0.59% | - |
| HSV(B) | 35.59º | 0.81% | 0.99% | - |
| XYZ | 55.44 | 49.85 | 9.61 | - |
| YUV | 181.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 49 | 0 | 0.33 | 0.81 | 0.01 | 35.59 | 0.98 | 0.59 |
| Hex | FD | AA | 31 | 0 | 21 | 51 | 1 | 24 | 62 | 3B |
| Octal | 375 | 252 | 61 | 0 | 41 | 121 | 1 | 44 | 142 | 73 |
| Binary | 11111101 | 10101010 | 110001 | 0 | 100001 | 1010001 | 1 | 100100 | 1100010 | 111011 |
Color Harmonies of #FDAA31
Complementary color
Monochromatic Colors of #FDAA31
Black with #FDAA31
Text Example
Text Example
White with #FDAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA31; }
p { color: rgb(253,170,49); }
H1.HeaderClassName
{
color: #FDAA31;
}
.AnyTagClassName
{
color: #FDAA31;
}
</style>
background-color css
<style>
a { background-color: #FDAA31; }
a { background-color: rgb(253,170,49); }
div.DivClassName
{
background-color: #FDAA31;
}
.BgClassName
{
background-color: #FDAA31;
}
</style>
border-color css
<style>
span { border-color: #FDAA31; }
span { border-color: rgb(253,170,49); }
td.TdClassName
{
border-color: #FDAA31;
}
.TagClassName
{
border-color: #FDAA31;
}
</style>