Shades of Lightning Yellow #FDA524
Tints of Lightning Yellow #FDA524
RGB
CMYK
RGB Variations
Color information
#FDA524 (or 0xFDA524) is known color: Lightning Yellow. HEX triplet: FD, A5 and 24. RGB value is (253,165,36). Sum of RGB (Red+Green+Blue) = 253+165+36=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA524 is #025ADB. Grayscale: #B1B1B1. Windows color (decimal): -154332 or 2401789. OLE color: 2401789.
HSL color Cylindrical-coordinate representation of color #FDA524: hue angle of 35.67º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDA524 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 36 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.01 |
| HSL | 35.67º | 0.98% | 0.57% | - |
| HSV(B) | 35.67º | 0.86% | 0.99% | - |
| XYZ | 54.28 | 47.92 | 8.06 | - |
| YUV | 176.61 | 48.65 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 36 | 0 | 0.35 | 0.86 | 0.01 | 35.67 | 0.98 | 0.57 |
| Hex | FD | A5 | 24 | 0 | 23 | 56 | 1 | 24 | 62 | 39 |
| Octal | 375 | 245 | 44 | 0 | 43 | 126 | 1 | 44 | 142 | 71 |
| Binary | 11111101 | 10100101 | 100100 | 0 | 100011 | 1010110 | 1 | 100100 | 1100010 | 111001 |
Color Harmonies of #FDA524
Complementary color
Monochromatic Colors of #FDA524
Black with #FDA524
Text Example
Text Example
White with #FDA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA524; }
p { color: rgb(253,165,36); }
H1.HeaderClassName
{
color: #FDA524;
}
.AnyTagClassName
{
color: #FDA524;
}
</style>
background-color css
<style>
a { background-color: #FDA524; }
a { background-color: rgb(253,165,36); }
div.DivClassName
{
background-color: #FDA524;
}
.BgClassName
{
background-color: #FDA524;
}
</style>
border-color css
<style>
span { border-color: #FDA524; }
span { border-color: rgb(253,165,36); }
td.TdClassName
{
border-color: #FDA524;
}
.TagClassName
{
border-color: #FDA524;
}
</style>