Shades of Lightning Yellow #FDA828
Tints of Lightning Yellow #FDA828
RGB
CMYK
RGB Variations
Color information
#FDA828 (or 0xFDA828) is known color: Lightning Yellow. HEX triplet: FD, A8 and 28. RGB value is (253,168,40). Sum of RGB (Red+Green+Blue) = 253+168+40=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA828 is #0257D7. Grayscale: #B3B3B3. Windows color (decimal): -153560 or 2664701. OLE color: 2664701.
HSL color Cylindrical-coordinate representation of color #FDA828: hue angle of 36.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDA828 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 40 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.01 |
| HSL | 36.06º | 0.98% | 0.57% | - |
| HSV(B) | 36.06º | 0.84% | 0.99% | - |
| XYZ | 54.89 | 49.04 | 8.58 | - |
| YUV | 178.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 40 | 0 | 0.34 | 0.84 | 0.01 | 36.06 | 0.98 | 0.57 |
| Hex | FD | A8 | 28 | 0 | 22 | 54 | 1 | 24 | 62 | 39 |
| Octal | 375 | 250 | 50 | 0 | 42 | 124 | 1 | 44 | 142 | 71 |
| Binary | 11111101 | 10101000 | 101000 | 0 | 100010 | 1010100 | 1 | 100100 | 1100010 | 111001 |
Color Harmonies of #FDA828
Complementary color
Monochromatic Colors of #FDA828
Black with #FDA828
Text Example
Text Example
White with #FDA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA828; }
p { color: rgb(253,168,40); }
H1.HeaderClassName
{
color: #FDA828;
}
.AnyTagClassName
{
color: #FDA828;
}
</style>
background-color css
<style>
a { background-color: #FDA828; }
a { background-color: rgb(253,168,40); }
div.DivClassName
{
background-color: #FDA828;
}
.BgClassName
{
background-color: #FDA828;
}
</style>
border-color css
<style>
span { border-color: #FDA828; }
span { border-color: rgb(253,168,40); }
td.TdClassName
{
border-color: #FDA828;
}
.TagClassName
{
border-color: #FDA828;
}
</style>