Shades of Lightning Yellow #FCA23A
Tints of Lightning Yellow #FCA23A
RGB
CMYK
RGB Variations
Color information
#FCA23A (or 0xFCA23A) is known color: Lightning Yellow. HEX triplet: FC, A2 and 3A. RGB value is (252,162,58). Sum of RGB (Red+Green+Blue) = 252+162+58=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA23A is #035DC5. Grayscale: #B1B1B1. Windows color (decimal): -220614 or 3842812. OLE color: 3842812.
HSL color Cylindrical-coordinate representation of color #FCA23A: hue angle of 32.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCA23A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 58 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 32.16º | 0.97% | 0.61% | - |
| HSV(B) | 32.16º | 0.77% | 0.99% | - |
| XYZ | 53.83 | 46.84 | 10.21 | - |
| YUV | 177.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 58 | 0 | 0.36 | 0.77 | 0.01 | 32.16 | 0.97 | 0.61 |
| Hex | FC | A2 | 3A | 0 | 24 | 4D | 1 | 20 | 61 | 3D |
| Octal | 374 | 242 | 72 | 0 | 44 | 115 | 1 | 40 | 141 | 75 |
| Binary | 11111100 | 10100010 | 111010 | 0 | 100100 | 1001101 | 1 | 100000 | 1100001 | 111101 |
Color Harmonies of #FCA23A
Complementary color
Monochromatic Colors of #FCA23A
Black with #FCA23A
Text Example
Text Example
White with #FCA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA23A; }
p { color: rgb(252,162,58); }
H1.HeaderClassName
{
color: #FCA23A;
}
.AnyTagClassName
{
color: #FCA23A;
}
</style>
background-color css
<style>
a { background-color: #FCA23A; }
a { background-color: rgb(252,162,58); }
div.DivClassName
{
background-color: #FCA23A;
}
.BgClassName
{
background-color: #FCA23A;
}
</style>
border-color css
<style>
span { border-color: #FCA23A; }
span { border-color: rgb(252,162,58); }
td.TdClassName
{
border-color: #FCA23A;
}
.TagClassName
{
border-color: #FCA23A;
}
</style>