Shades of Lightning Yellow #FDAA37
Tints of Lightning Yellow #FDAA37
RGB
CMYK
RGB Variations
Color information
#FDAA37 (or 0xFDAA37) is known color: Lightning Yellow. HEX triplet: FD, AA and 37. RGB value is (253,170,55). Sum of RGB (Red+Green+Blue) = 253+170+55=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA37 is #0255C8. Grayscale: #B6B6B6. Windows color (decimal): -153033 or 3648253. OLE color: 3648253.
HSL color Cylindrical-coordinate representation of color #FDAA37: hue angle of 34.85º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDAA37 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 55 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.01 |
| HSL | 34.85º | 0.98% | 0.6% | - |
| HSV(B) | 34.85º | 0.78% | 0.99% | - |
| XYZ | 55.57 | 49.91 | 10.32 | - |
| YUV | 181.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 55 | 0 | 0.33 | 0.78 | 0.01 | 34.85 | 0.98 | 0.6 |
| Hex | FD | AA | 37 | 0 | 21 | 4E | 1 | 23 | 62 | 3C |
| Octal | 375 | 252 | 67 | 0 | 41 | 116 | 1 | 43 | 142 | 74 |
| Binary | 11111101 | 10101010 | 110111 | 0 | 100001 | 1001110 | 1 | 100011 | 1100010 | 111100 |
Color Harmonies of #FDAA37
Complementary color
Monochromatic Colors of #FDAA37
Black with #FDAA37
Text Example
Text Example
White with #FDAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA37; }
p { color: rgb(253,170,55); }
H1.HeaderClassName
{
color: #FDAA37;
}
.AnyTagClassName
{
color: #FDAA37;
}
</style>
background-color css
<style>
a { background-color: #FDAA37; }
a { background-color: rgb(253,170,55); }
div.DivClassName
{
background-color: #FDAA37;
}
.BgClassName
{
background-color: #FDAA37;
}
</style>
border-color css
<style>
span { border-color: #FDAA37; }
span { border-color: rgb(253,170,55); }
td.TdClassName
{
border-color: #FDAA37;
}
.TagClassName
{
border-color: #FDAA37;
}
</style>