Shades of Lightning Yellow #FCA333
Tints of Lightning Yellow #FCA333
RGB
CMYK
RGB Variations
Color information
#FCA333 (or 0xFCA333) is known color: Lightning Yellow. HEX triplet: FC, A3 and 33. RGB value is (252,163,51). Sum of RGB (Red+Green+Blue) = 252+163+51=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA333 is #035CCC. Grayscale: #B1B1B1. Windows color (decimal): -220365 or 3384316. OLE color: 3384316.
HSL color Cylindrical-coordinate representation of color #FCA333: hue angle of 33.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCA333 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 51 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.01 |
| HSL | 33.43º | 0.97% | 0.59% | - |
| HSV(B) | 33.43º | 0.8% | 0.99% | - |
| XYZ | 53.84 | 47.13 | 9.39 | - |
| YUV | 176.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 51 | 0 | 0.35 | 0.80 | 0.01 | 33.43 | 0.97 | 0.59 |
| Hex | FC | A3 | 33 | 0 | 23 | 50 | 1 | 21 | 61 | 3B |
| Octal | 374 | 243 | 63 | 0 | 43 | 120 | 1 | 41 | 141 | 73 |
| Binary | 11111100 | 10100011 | 110011 | 0 | 100011 | 1010000 | 1 | 100001 | 1100001 | 111011 |
Color Harmonies of #FCA333
Complementary color
Monochromatic Colors of #FCA333
Black with #FCA333
Text Example
Text Example
White with #FCA333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA333; }
p { color: rgb(252,163,51); }
H1.HeaderClassName
{
color: #FCA333;
}
.AnyTagClassName
{
color: #FCA333;
}
</style>
background-color css
<style>
a { background-color: #FCA333; }
a { background-color: rgb(252,163,51); }
div.DivClassName
{
background-color: #FCA333;
}
.BgClassName
{
background-color: #FCA333;
}
</style>
border-color css
<style>
span { border-color: #FCA333; }
span { border-color: rgb(252,163,51); }
td.TdClassName
{
border-color: #FCA333;
}
.TagClassName
{
border-color: #FCA333;
}
</style>