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