Shades of Lightning Yellow #FCA63A
Tints of Lightning Yellow #FCA63A
RGB
CMYK
RGB Variations
Color information
#FCA63A (or 0xFCA63A) is known color: Lightning Yellow. HEX triplet: FC, A6 and 3A. RGB value is (252,166,58). Sum of RGB (Red+Green+Blue) = 252+166+58=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA63A is #0359C5. Grayscale: #B3B3B3. Windows color (decimal): -219590 or 3843836. OLE color: 3843836.
HSL color Cylindrical-coordinate representation of color #FCA63A: hue angle of 33.4º 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 #FCA63A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 58 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.01 |
| HSL | 33.4º | 0.97% | 0.61% | - |
| HSV(B) | 33.4º | 0.77% | 0.99% | - |
| XYZ | 54.54 | 48.27 | 10.45 | - |
| YUV | 179.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 58 | 0 | 0.34 | 0.77 | 0.01 | 33.4 | 0.97 | 0.61 |
| Hex | FC | A6 | 3A | 0 | 22 | 4D | 1 | 21 | 61 | 3D |
| Octal | 374 | 246 | 72 | 0 | 42 | 115 | 1 | 41 | 141 | 75 |
| Binary | 11111100 | 10100110 | 111010 | 0 | 100010 | 1001101 | 1 | 100001 | 1100001 | 111101 |
Color Harmonies of #FCA63A
Complementary color
Monochromatic Colors of #FCA63A
Black with #FCA63A
Text Example
Text Example
White with #FCA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA63A; }
p { color: rgb(252,166,58); }
H1.HeaderClassName
{
color: #FCA63A;
}
.AnyTagClassName
{
color: #FCA63A;
}
</style>
background-color css
<style>
a { background-color: #FCA63A; }
a { background-color: rgb(252,166,58); }
div.DivClassName
{
background-color: #FCA63A;
}
.BgClassName
{
background-color: #FCA63A;
}
</style>
border-color css
<style>
span { border-color: #FCA63A; }
span { border-color: rgb(252,166,58); }
td.TdClassName
{
border-color: #FCA63A;
}
.TagClassName
{
border-color: #FCA63A;
}
</style>