Shades of Lightning Yellow #FCA33C
Tints of Lightning Yellow #FCA33C
RGB
CMYK
RGB Variations
Color information
#FCA33C (or 0xFCA33C) is known color: Lightning Yellow. HEX triplet: FC, A3 and 3C. RGB value is (252,163,60). Sum of RGB (Red+Green+Blue) = 252+163+60=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA33C is #035CC3. Grayscale: #B2B2B2. Windows color (decimal): -220356 or 3974140. OLE color: 3974140.
HSL color Cylindrical-coordinate representation of color #FCA33C: hue angle of 32.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCA33C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.01 |
| HSL | 32.19º | 0.97% | 0.61% | - |
| HSV(B) | 32.19º | 0.76% | 0.99% | - |
| XYZ | 54.06 | 47.22 | 10.54 | - |
| YUV | 177.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 60 | 0 | 0.35 | 0.76 | 0.01 | 32.19 | 0.97 | 0.61 |
| Hex | FC | A3 | 3C | 0 | 23 | 4C | 1 | 20 | 61 | 3D |
| Octal | 374 | 243 | 74 | 0 | 43 | 114 | 1 | 40 | 141 | 75 |
| Binary | 11111100 | 10100011 | 111100 | 0 | 100011 | 1001100 | 1 | 100000 | 1100001 | 111101 |
Color Harmonies of #FCA33C
Complementary color
Monochromatic Colors of #FCA33C
Black with #FCA33C
Text Example
Text Example
White with #FCA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA33C; }
p { color: rgb(252,163,60); }
H1.HeaderClassName
{
color: #FCA33C;
}
.AnyTagClassName
{
color: #FCA33C;
}
</style>
background-color css
<style>
a { background-color: #FCA33C; }
a { background-color: rgb(252,163,60); }
div.DivClassName
{
background-color: #FCA33C;
}
.BgClassName
{
background-color: #FCA33C;
}
</style>
border-color css
<style>
span { border-color: #FCA33C; }
span { border-color: rgb(252,163,60); }
td.TdClassName
{
border-color: #FCA33C;
}
.TagClassName
{
border-color: #FCA33C;
}
</style>