Shades of Lightning Yellow #FDAA32
Tints of Lightning Yellow #FDAA32
RGB
CMYK
RGB Variations
Color information
#FDAA32 (or 0xFDAA32) is known color: Lightning Yellow. HEX triplet: FD, AA and 32. RGB value is (253,170,50). Sum of RGB (Red+Green+Blue) = 253+170+50=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA32 is #0255CD. Grayscale: #B5B5B5. Windows color (decimal): -153038 or 3320573. OLE color: 3320573.
HSL color Cylindrical-coordinate representation of color #FDAA32: hue angle of 35.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDAA32 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 50 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.01 |
| HSL | 35.47º | 0.98% | 0.59% | - |
| HSV(B) | 35.47º | 0.8% | 0.99% | - |
| XYZ | 55.46 | 49.86 | 9.72 | - |
| YUV | 181.14 | 54 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 50 | 0 | 0.33 | 0.80 | 0.01 | 35.47 | 0.98 | 0.59 |
| Hex | FD | AA | 32 | 0 | 21 | 50 | 1 | 23 | 62 | 3B |
| Octal | 375 | 252 | 62 | 0 | 41 | 120 | 1 | 43 | 142 | 73 |
| Binary | 11111101 | 10101010 | 110010 | 0 | 100001 | 1010000 | 1 | 100011 | 1100010 | 111011 |
Color Harmonies of #FDAA32
Complementary color
Monochromatic Colors of #FDAA32
Black with #FDAA32
Text Example
Text Example
White with #FDAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA32; }
p { color: rgb(253,170,50); }
H1.HeaderClassName
{
color: #FDAA32;
}
.AnyTagClassName
{
color: #FDAA32;
}
</style>
background-color css
<style>
a { background-color: #FDAA32; }
a { background-color: rgb(253,170,50); }
div.DivClassName
{
background-color: #FDAA32;
}
.BgClassName
{
background-color: #FDAA32;
}
</style>
border-color css
<style>
span { border-color: #FDAA32; }
span { border-color: rgb(253,170,50); }
td.TdClassName
{
border-color: #FDAA32;
}
.TagClassName
{
border-color: #FDAA32;
}
</style>