Shades of Lightning Yellow #FCA325
Tints of Lightning Yellow #FCA325
RGB
CMYK
RGB Variations
Color information
#FCA325 (or 0xFCA325) is known color: Lightning Yellow. HEX triplet: FC, A3 and 25. RGB value is (252,163,37). Sum of RGB (Red+Green+Blue) = 252+163+37=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA325 is #035CDA. Grayscale: #AFAFAF. Windows color (decimal): -220379 or 2466812. OLE color: 2466812.
HSL color Cylindrical-coordinate representation of color #FCA325: hue angle of 35.16º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCA325 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 37 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.01 |
| HSL | 35.16º | 0.97% | 0.57% | - |
| HSV(B) | 35.16º | 0.85% | 0.99% | - |
| XYZ | 53.58 | 47.02 | 8 | - |
| YUV | 175.25 | 49.99 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 37 | 0 | 0.35 | 0.85 | 0.01 | 35.16 | 0.97 | 0.57 |
| Hex | FC | A3 | 25 | 0 | 23 | 55 | 1 | 23 | 61 | 39 |
| Octal | 374 | 243 | 45 | 0 | 43 | 125 | 1 | 43 | 141 | 71 |
| Binary | 11111100 | 10100011 | 100101 | 0 | 100011 | 1010101 | 1 | 100011 | 1100001 | 111001 |
Color Harmonies of #FCA325
Complementary color
Monochromatic Colors of #FCA325
Black with #FCA325
Text Example
Text Example
White with #FCA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA325; }
p { color: rgb(252,163,37); }
H1.HeaderClassName
{
color: #FCA325;
}
.AnyTagClassName
{
color: #FCA325;
}
</style>
background-color css
<style>
a { background-color: #FCA325; }
a { background-color: rgb(252,163,37); }
div.DivClassName
{
background-color: #FCA325;
}
.BgClassName
{
background-color: #FCA325;
}
</style>
border-color css
<style>
span { border-color: #FCA325; }
span { border-color: rgb(252,163,37); }
td.TdClassName
{
border-color: #FCA325;
}
.TagClassName
{
border-color: #FCA325;
}
</style>