Shades of Lightning Yellow #FCA232
Tints of Lightning Yellow #FCA232
RGB
CMYK
RGB Variations
Color information
#FCA232 (or 0xFCA232) is known color: Lightning Yellow. HEX triplet: FC, A2 and 32. RGB value is (252,162,50). Sum of RGB (Red+Green+Blue) = 252+162+50=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA232 is #035DCD. Grayscale: #B0B0B0. Windows color (decimal): -220622 or 3318524. OLE color: 3318524.
HSL color Cylindrical-coordinate representation of color #FCA232: hue angle of 33.27º 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 #FCA232 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.01 |
| HSL | 33.27º | 0.97% | 0.59% | - |
| HSV(B) | 33.27º | 0.8% | 0.99% | - |
| XYZ | 53.64 | 46.77 | 9.22 | - |
| YUV | 176.14 | 56.82 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 50 | 0 | 0.36 | 0.80 | 0.01 | 33.27 | 0.97 | 0.59 |
| Hex | FC | A2 | 32 | 0 | 24 | 50 | 1 | 21 | 61 | 3B |
| Octal | 374 | 242 | 62 | 0 | 44 | 120 | 1 | 41 | 141 | 73 |
| Binary | 11111100 | 10100010 | 110010 | 0 | 100100 | 1010000 | 1 | 100001 | 1100001 | 111011 |
Color Harmonies of #FCA232
Complementary color
Monochromatic Colors of #FCA232
Black with #FCA232
Text Example
Text Example
White with #FCA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA232; }
p { color: rgb(252,162,50); }
H1.HeaderClassName
{
color: #FCA232;
}
.AnyTagClassName
{
color: #FCA232;
}
</style>
background-color css
<style>
a { background-color: #FCA232; }
a { background-color: rgb(252,162,50); }
div.DivClassName
{
background-color: #FCA232;
}
.BgClassName
{
background-color: #FCA232;
}
</style>
border-color css
<style>
span { border-color: #FCA232; }
span { border-color: rgb(252,162,50); }
td.TdClassName
{
border-color: #FCA232;
}
.TagClassName
{
border-color: #FCA232;
}
</style>