Shades of Lightning Yellow #FCA32E
Tints of Lightning Yellow #FCA32E
RGB
CMYK
RGB Variations
Color information
#FCA32E (or 0xFCA32E) is known color: Lightning Yellow. HEX triplet: FC, A3 and 2E. RGB value is (252,163,46). Sum of RGB (Red+Green+Blue) = 252+163+46=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA32E is #035CD1. Grayscale: #B0B0B0. Windows color (decimal): -220370 or 3056636. OLE color: 3056636.
HSL color Cylindrical-coordinate representation of color #FCA32E: hue angle of 34.08º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCA32E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 46 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.01 |
| HSL | 34.08º | 0.97% | 0.58% | - |
| HSV(B) | 34.08º | 0.82% | 0.99% | - |
| XYZ | 53.74 | 47.09 | 8.84 | - |
| YUV | 176.27 | 54.49 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 46 | 0 | 0.35 | 0.82 | 0.01 | 34.08 | 0.97 | 0.58 |
| Hex | FC | A3 | 2E | 0 | 23 | 52 | 1 | 22 | 61 | 3A |
| Octal | 374 | 243 | 56 | 0 | 43 | 122 | 1 | 42 | 141 | 72 |
| Binary | 11111100 | 10100011 | 101110 | 0 | 100011 | 1010010 | 1 | 100010 | 1100001 | 111010 |
Color Harmonies of #FCA32E
Complementary color
Monochromatic Colors of #FCA32E
Black with #FCA32E
Text Example
Text Example
White with #FCA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA32E; }
p { color: rgb(252,163,46); }
H1.HeaderClassName
{
color: #FCA32E;
}
.AnyTagClassName
{
color: #FCA32E;
}
</style>
background-color css
<style>
a { background-color: #FCA32E; }
a { background-color: rgb(252,163,46); }
div.DivClassName
{
background-color: #FCA32E;
}
.BgClassName
{
background-color: #FCA32E;
}
</style>
border-color css
<style>
span { border-color: #FCA32E; }
span { border-color: rgb(252,163,46); }
td.TdClassName
{
border-color: #FCA32E;
}
.TagClassName
{
border-color: #FCA32E;
}
</style>