Shades of Lightning Yellow #FCA32D
Tints of Lightning Yellow #FCA32D
RGB
CMYK
RGB Variations
Color information
#FCA32D (or 0xFCA32D) is known color: Lightning Yellow. HEX triplet: FC, A3 and 2D. RGB value is (252,163,45). Sum of RGB (Red+Green+Blue) = 252+163+45=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA32D is #035CD2. Grayscale: #B0B0B0. Windows color (decimal): -220371 or 2991100. OLE color: 2991100.
HSL color Cylindrical-coordinate representation of color #FCA32D: hue angle of 34.2º 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 #FCA32D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.01 |
| HSL | 34.2º | 0.97% | 0.58% | - |
| HSV(B) | 34.2º | 0.82% | 0.99% | - |
| XYZ | 53.72 | 47.08 | 8.74 | - |
| YUV | 176.16 | 53.99 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 45 | 0 | 0.35 | 0.82 | 0.01 | 34.2 | 0.97 | 0.58 |
| Hex | FC | A3 | 2D | 0 | 23 | 52 | 1 | 22 | 61 | 3A |
| Octal | 374 | 243 | 55 | 0 | 43 | 122 | 1 | 42 | 141 | 72 |
| Binary | 11111100 | 10100011 | 101101 | 0 | 100011 | 1010010 | 1 | 100010 | 1100001 | 111010 |
Color Harmonies of #FCA32D
Complementary color
Monochromatic Colors of #FCA32D
Black with #FCA32D
Text Example
Text Example
White with #FCA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA32D; }
p { color: rgb(252,163,45); }
H1.HeaderClassName
{
color: #FCA32D;
}
.AnyTagClassName
{
color: #FCA32D;
}
</style>
background-color css
<style>
a { background-color: #FCA32D; }
a { background-color: rgb(252,163,45); }
div.DivClassName
{
background-color: #FCA32D;
}
.BgClassName
{
background-color: #FCA32D;
}
</style>
border-color css
<style>
span { border-color: #FCA32D; }
span { border-color: rgb(252,163,45); }
td.TdClassName
{
border-color: #FCA32D;
}
.TagClassName
{
border-color: #FCA32D;
}
</style>