Shades of Lightning Yellow #FDAB28
Tints of Lightning Yellow #FDAB28
RGB
CMYK
RGB Variations
Color information
#FDAB28 (or 0xFDAB28) is known color: Lightning Yellow. HEX triplet: FD, AB and 28. RGB value is (253,171,40). Sum of RGB (Red+Green+Blue) = 253+171+40=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB28 is #0254D7. Grayscale: #B5B5B5. Windows color (decimal): -152792 or 2665469. OLE color: 2665469.
HSL color Cylindrical-coordinate representation of color #FDAB28: hue angle of 36.9º 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 #FDAB28 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.01 |
| HSL | 36.9º | 0.98% | 0.57% | - |
| HSV(B) | 36.9º | 0.84% | 0.99% | - |
| XYZ | 55.45 | 50.16 | 8.77 | - |
| YUV | 180.58 | 48.67 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 40 | 0 | 0.32 | 0.84 | 0.01 | 36.9 | 0.98 | 0.57 |
| Hex | FD | AB | 28 | 0 | 20 | 54 | 1 | 25 | 62 | 39 |
| Octal | 375 | 253 | 50 | 0 | 40 | 124 | 1 | 45 | 142 | 71 |
| Binary | 11111101 | 10101011 | 101000 | 0 | 100000 | 1010100 | 1 | 100101 | 1100010 | 111001 |
Color Harmonies of #FDAB28
Complementary color
Monochromatic Colors of #FDAB28
Black with #FDAB28
Text Example
Text Example
White with #FDAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB28; }
p { color: rgb(253,171,40); }
H1.HeaderClassName
{
color: #FDAB28;
}
.AnyTagClassName
{
color: #FDAB28;
}
</style>
background-color css
<style>
a { background-color: #FDAB28; }
a { background-color: rgb(253,171,40); }
div.DivClassName
{
background-color: #FDAB28;
}
.BgClassName
{
background-color: #FDAB28;
}
</style>
border-color css
<style>
span { border-color: #FDAB28; }
span { border-color: rgb(253,171,40); }
td.TdClassName
{
border-color: #FDAB28;
}
.TagClassName
{
border-color: #FDAB28;
}
</style>