Shades of Lightning Yellow #FDA324
Tints of Lightning Yellow #FDA324
RGB
CMYK
RGB Variations
Color information
#FDA324 (or 0xFDA324) is known color: Lightning Yellow. HEX triplet: FD, A3 and 24. RGB value is (253,163,36). Sum of RGB (Red+Green+Blue) = 253+163+36=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA324 is #025CDB. Grayscale: #B0B0B0. Windows color (decimal): -154844 or 2401277. OLE color: 2401277.
HSL color Cylindrical-coordinate representation of color #FDA324: hue angle of 35.12º 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 #FDA324 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 36 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.01 |
| HSL | 35.12º | 0.98% | 0.57% | - |
| HSV(B) | 35.12º | 0.86% | 0.99% | - |
| XYZ | 53.92 | 47.2 | 7.94 | - |
| YUV | 175.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 36 | 0 | 0.36 | 0.86 | 0.01 | 35.12 | 0.98 | 0.57 |
| Hex | FD | A3 | 24 | 0 | 24 | 56 | 1 | 23 | 62 | 39 |
| Octal | 375 | 243 | 44 | 0 | 44 | 126 | 1 | 43 | 142 | 71 |
| Binary | 11111101 | 10100011 | 100100 | 0 | 100100 | 1010110 | 1 | 100011 | 1100010 | 111001 |
Color Harmonies of #FDA324
Complementary color
Monochromatic Colors of #FDA324
Black with #FDA324
Text Example
Text Example
White with #FDA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA324; }
p { color: rgb(253,163,36); }
H1.HeaderClassName
{
color: #FDA324;
}
.AnyTagClassName
{
color: #FDA324;
}
</style>
background-color css
<style>
a { background-color: #FDA324; }
a { background-color: rgb(253,163,36); }
div.DivClassName
{
background-color: #FDA324;
}
.BgClassName
{
background-color: #FDA324;
}
</style>
border-color css
<style>
span { border-color: #FDA324; }
span { border-color: rgb(253,163,36); }
td.TdClassName
{
border-color: #FDA324;
}
.TagClassName
{
border-color: #FDA324;
}
</style>