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