Shades of Lightning Yellow #FCAB29
Tints of Lightning Yellow #FCAB29
RGB
CMYK
RGB Variations
Color information
#FCAB29 (or 0xFCAB29) is known color: Lightning Yellow. HEX triplet: FC, AB and 29. RGB value is (252,171,41). Sum of RGB (Red+Green+Blue) = 252+171+41=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB29 is #0354D6. Grayscale: #B5B5B5. Windows color (decimal): -218327 or 2731004. OLE color: 2731004.
HSL color Cylindrical-coordinate representation of color #FCAB29: hue angle of 36.97º degrees, saturation: 0.97, 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 #FCAB29 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 41 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.01 |
| HSL | 36.97º | 0.97% | 0.57% | - |
| HSV(B) | 36.97º | 0.84% | 0.99% | - |
| XYZ | 55.11 | 49.98 | 8.84 | - |
| YUV | 180.4 | 49.34 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 41 | 0 | 0.32 | 0.84 | 0.01 | 36.97 | 0.97 | 0.57 |
| Hex | FC | AB | 29 | 0 | 20 | 54 | 1 | 25 | 61 | 39 |
| Octal | 374 | 253 | 51 | 0 | 40 | 124 | 1 | 45 | 141 | 71 |
| Binary | 11111100 | 10101011 | 101001 | 0 | 100000 | 1010100 | 1 | 100101 | 1100001 | 111001 |
Color Harmonies of #FCAB29
Complementary color
Monochromatic Colors of #FCAB29
Black with #FCAB29
Text Example
Text Example
White with #FCAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB29; }
p { color: rgb(252,171,41); }
H1.HeaderClassName
{
color: #FCAB29;
}
.AnyTagClassName
{
color: #FCAB29;
}
</style>
background-color css
<style>
a { background-color: #FCAB29; }
a { background-color: rgb(252,171,41); }
div.DivClassName
{
background-color: #FCAB29;
}
.BgClassName
{
background-color: #FCAB29;
}
</style>
border-color css
<style>
span { border-color: #FCAB29; }
span { border-color: rgb(252,171,41); }
td.TdClassName
{
border-color: #FCAB29;
}
.TagClassName
{
border-color: #FCAB29;
}
</style>