Shades of Lightning Yellow #FCA32B
Tints of Lightning Yellow #FCA32B
RGB
CMYK
RGB Variations
Color information
#FCA32B (or 0xFCA32B) is known color: Lightning Yellow. HEX triplet: FC, A3 and 2B. RGB value is (252,163,43). Sum of RGB (Red+Green+Blue) = 252+163+43=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA32B is #035CD4. Grayscale: #B0B0B0. Windows color (decimal): -220373 or 2860028. OLE color: 2860028.
HSL color Cylindrical-coordinate representation of color #FCA32B: hue angle of 34.45º 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 #FCA32B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 43 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.01 |
| HSL | 34.45º | 0.97% | 0.58% | - |
| HSV(B) | 34.45º | 0.83% | 0.99% | - |
| XYZ | 53.68 | 47.06 | 8.54 | - |
| YUV | 175.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 43 | 0 | 0.35 | 0.83 | 0.01 | 34.45 | 0.97 | 0.58 |
| Hex | FC | A3 | 2B | 0 | 23 | 53 | 1 | 22 | 61 | 3A |
| Octal | 374 | 243 | 53 | 0 | 43 | 123 | 1 | 42 | 141 | 72 |
| Binary | 11111100 | 10100011 | 101011 | 0 | 100011 | 1010011 | 1 | 100010 | 1100001 | 111010 |
Color Harmonies of #FCA32B
Complementary color
Monochromatic Colors of #FCA32B
Black with #FCA32B
Text Example
Text Example
White with #FCA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA32B; }
p { color: rgb(252,163,43); }
H1.HeaderClassName
{
color: #FCA32B;
}
.AnyTagClassName
{
color: #FCA32B;
}
</style>
background-color css
<style>
a { background-color: #FCA32B; }
a { background-color: rgb(252,163,43); }
div.DivClassName
{
background-color: #FCA32B;
}
.BgClassName
{
background-color: #FCA32B;
}
</style>
border-color css
<style>
span { border-color: #FCA32B; }
span { border-color: rgb(252,163,43); }
td.TdClassName
{
border-color: #FCA32B;
}
.TagClassName
{
border-color: #FCA32B;
}
</style>