Shades of Lightning Yellow #FCA23C
Tints of Lightning Yellow #FCA23C
RGB
CMYK
RGB Variations
Color information
#FCA23C (or 0xFCA23C) is known color: Lightning Yellow. HEX triplet: FC, A2 and 3C. RGB value is (252,162,60). Sum of RGB (Red+Green+Blue) = 252+162+60=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA23C is #035DC3. Grayscale: #B1B1B1. Windows color (decimal): -220612 or 3973884. OLE color: 3973884.
HSL color Cylindrical-coordinate representation of color #FCA23C: hue angle of 31.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCA23C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.01 |
| HSL | 31.88º | 0.97% | 0.61% | - |
| HSV(B) | 31.88º | 0.76% | 0.99% | - |
| XYZ | 53.88 | 46.86 | 10.48 | - |
| YUV | 177.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 60 | 0 | 0.36 | 0.76 | 0.01 | 31.88 | 0.97 | 0.61 |
| Hex | FC | A2 | 3C | 0 | 24 | 4C | 1 | 20 | 61 | 3D |
| Octal | 374 | 242 | 74 | 0 | 44 | 114 | 1 | 40 | 141 | 75 |
| Binary | 11111100 | 10100010 | 111100 | 0 | 100100 | 1001100 | 1 | 100000 | 1100001 | 111101 |
Color Harmonies of #FCA23C
Complementary color
Monochromatic Colors of #FCA23C
Black with #FCA23C
Text Example
Text Example
White with #FCA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA23C; }
p { color: rgb(252,162,60); }
H1.HeaderClassName
{
color: #FCA23C;
}
.AnyTagClassName
{
color: #FCA23C;
}
</style>
background-color css
<style>
a { background-color: #FCA23C; }
a { background-color: rgb(252,162,60); }
div.DivClassName
{
background-color: #FCA23C;
}
.BgClassName
{
background-color: #FCA23C;
}
</style>
border-color css
<style>
span { border-color: #FCA23C; }
span { border-color: rgb(252,162,60); }
td.TdClassName
{
border-color: #FCA23C;
}
.TagClassName
{
border-color: #FCA23C;
}
</style>