Shades of Lightning Yellow #FDAB25
Tints of Lightning Yellow #FDAB25
RGB
CMYK
RGB Variations
Color information
#FDAB25 (or 0xFDAB25) is known color: Lightning Yellow. HEX triplet: FD, AB and 25. RGB value is (253,171,37). Sum of RGB (Red+Green+Blue) = 253+171+37=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB25 is #0254DA. Grayscale: #B4B4B4. Windows color (decimal): -152795 or 2468861. OLE color: 2468861.
HSL color Cylindrical-coordinate representation of color #FDAB25: hue angle of 37.22º 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 #FDAB25 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.01 |
| HSL | 37.22º | 0.98% | 0.57% | - |
| HSV(B) | 37.22º | 0.85% | 0.99% | - |
| XYZ | 55.4 | 50.14 | 8.51 | - |
| YUV | 180.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 37 | 0 | 0.32 | 0.85 | 0.01 | 37.22 | 0.98 | 0.57 |
| Hex | FD | AB | 25 | 0 | 20 | 55 | 1 | 25 | 62 | 39 |
| Octal | 375 | 253 | 45 | 0 | 40 | 125 | 1 | 45 | 142 | 71 |
| Binary | 11111101 | 10101011 | 100101 | 0 | 100000 | 1010101 | 1 | 100101 | 1100010 | 111001 |
Color Harmonies of #FDAB25
Complementary color
Monochromatic Colors of #FDAB25
Black with #FDAB25
Text Example
Text Example
White with #FDAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB25; }
p { color: rgb(253,171,37); }
H1.HeaderClassName
{
color: #FDAB25;
}
.AnyTagClassName
{
color: #FDAB25;
}
</style>
background-color css
<style>
a { background-color: #FDAB25; }
a { background-color: rgb(253,171,37); }
div.DivClassName
{
background-color: #FDAB25;
}
.BgClassName
{
background-color: #FDAB25;
}
</style>
border-color css
<style>
span { border-color: #FDAB25; }
span { border-color: rgb(253,171,37); }
td.TdClassName
{
border-color: #FDAB25;
}
.TagClassName
{
border-color: #FDAB25;
}
</style>