Shades of Lightning Yellow #FCAB32
Tints of Lightning Yellow #FCAB32
RGB
CMYK
RGB Variations
Color information
#FCAB32 (or 0xFCAB32) is known color: Lightning Yellow. HEX triplet: FC, AB and 32. RGB value is (252,171,50). Sum of RGB (Red+Green+Blue) = 252+171+50=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB32 is #0354CD. Grayscale: #B5B5B5. Windows color (decimal): -218318 or 3320828. OLE color: 3320828.
HSL color Cylindrical-coordinate representation of color #FCAB32: hue angle of 35.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCAB32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 50 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.01 |
| HSL | 35.94º | 0.97% | 0.59% | - |
| HSV(B) | 35.94º | 0.8% | 0.99% | - |
| XYZ | 55.28 | 50.05 | 9.76 | - |
| YUV | 181.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 50 | 0 | 0.32 | 0.80 | 0.01 | 35.94 | 0.97 | 0.59 |
| Hex | FC | AB | 32 | 0 | 20 | 50 | 1 | 24 | 61 | 3B |
| Octal | 374 | 253 | 62 | 0 | 40 | 120 | 1 | 44 | 141 | 73 |
| Binary | 11111100 | 10101011 | 110010 | 0 | 100000 | 1010000 | 1 | 100100 | 1100001 | 111011 |
Color Harmonies of #FCAB32
Complementary color
Monochromatic Colors of #FCAB32
Black with #FCAB32
Text Example
Text Example
White with #FCAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB32; }
p { color: rgb(252,171,50); }
H1.HeaderClassName
{
color: #FCAB32;
}
.AnyTagClassName
{
color: #FCAB32;
}
</style>
background-color css
<style>
a { background-color: #FCAB32; }
a { background-color: rgb(252,171,50); }
div.DivClassName
{
background-color: #FCAB32;
}
.BgClassName
{
background-color: #FCAB32;
}
</style>
border-color css
<style>
span { border-color: #FCAB32; }
span { border-color: rgb(252,171,50); }
td.TdClassName
{
border-color: #FCAB32;
}
.TagClassName
{
border-color: #FCAB32;
}
</style>