Shades of Lightning Yellow #FCA42A
Tints of Lightning Yellow #FCA42A
RGB
CMYK
RGB Variations
Color information
#FCA42A (or 0xFCA42A) is known color: Lightning Yellow. HEX triplet: FC, A4 and 2A. RGB value is (252,164,42). Sum of RGB (Red+Green+Blue) = 252+164+42=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA42A is #035BD5. Grayscale: #B0B0B0. Windows color (decimal): -220118 or 2794748. OLE color: 2794748.
HSL color Cylindrical-coordinate representation of color #FCA42A: hue angle of 34.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCA42A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.01 |
| HSL | 34.86º | 0.97% | 0.58% | - |
| HSV(B) | 34.86º | 0.83% | 0.99% | - |
| XYZ | 53.84 | 47.41 | 8.5 | - |
| YUV | 176.4 | 52.15 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 42 | 0 | 0.35 | 0.83 | 0.01 | 34.86 | 0.97 | 0.58 |
| Hex | FC | A4 | 2A | 0 | 23 | 53 | 1 | 23 | 61 | 3A |
| Octal | 374 | 244 | 52 | 0 | 43 | 123 | 1 | 43 | 141 | 72 |
| Binary | 11111100 | 10100100 | 101010 | 0 | 100011 | 1010011 | 1 | 100011 | 1100001 | 111010 |
Color Harmonies of #FCA42A
Complementary color
Monochromatic Colors of #FCA42A
Black with #FCA42A
Text Example
Text Example
White with #FCA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA42A; }
p { color: rgb(252,164,42); }
H1.HeaderClassName
{
color: #FCA42A;
}
.AnyTagClassName
{
color: #FCA42A;
}
</style>
background-color css
<style>
a { background-color: #FCA42A; }
a { background-color: rgb(252,164,42); }
div.DivClassName
{
background-color: #FCA42A;
}
.BgClassName
{
background-color: #FCA42A;
}
</style>
border-color css
<style>
span { border-color: #FCA42A; }
span { border-color: rgb(252,164,42); }
td.TdClassName
{
border-color: #FCA42A;
}
.TagClassName
{
border-color: #FCA42A;
}
</style>