Shades of Lightning Yellow #FDAA25
Tints of Lightning Yellow #FDAA25
RGB
CMYK
RGB Variations
Color information
#FDAA25 (or 0xFDAA25) is known color: Lightning Yellow. HEX triplet: FD, AA and 25. RGB value is (253,170,37). Sum of RGB (Red+Green+Blue) = 253+170+37=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA25 is #0255DA. Grayscale: #B4B4B4. Windows color (decimal): -153051 or 2468605. OLE color: 2468605.
HSL color Cylindrical-coordinate representation of color #FDAA25: hue angle of 36.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDAA25 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.01 |
| HSL | 36.94º | 0.98% | 0.57% | - |
| HSV(B) | 36.94º | 0.85% | 0.99% | - |
| XYZ | 55.22 | 49.77 | 8.45 | - |
| YUV | 179.66 | 47.5 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 37 | 0 | 0.33 | 0.85 | 0.01 | 36.94 | 0.98 | 0.57 |
| Hex | FD | AA | 25 | 0 | 21 | 55 | 1 | 25 | 62 | 39 |
| Octal | 375 | 252 | 45 | 0 | 41 | 125 | 1 | 45 | 142 | 71 |
| Binary | 11111101 | 10101010 | 100101 | 0 | 100001 | 1010101 | 1 | 100101 | 1100010 | 111001 |
Color Harmonies of #FDAA25
Complementary color
Monochromatic Colors of #FDAA25
Black with #FDAA25
Text Example
Text Example
White with #FDAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA25; }
p { color: rgb(253,170,37); }
H1.HeaderClassName
{
color: #FDAA25;
}
.AnyTagClassName
{
color: #FDAA25;
}
</style>
background-color css
<style>
a { background-color: #FDAA25; }
a { background-color: rgb(253,170,37); }
div.DivClassName
{
background-color: #FDAA25;
}
.BgClassName
{
background-color: #FDAA25;
}
</style>
border-color css
<style>
span { border-color: #FDAA25; }
span { border-color: rgb(253,170,37); }
td.TdClassName
{
border-color: #FDAA25;
}
.TagClassName
{
border-color: #FDAA25;
}
</style>