Shades of Lightning Yellow #FCAC25
Tints of Lightning Yellow #FCAC25
RGB
CMYK
RGB Variations
Color information
#FCAC25 (or 0xFCAC25) is known color: Lightning Yellow. HEX triplet: FC, AC and 25. RGB value is (252,172,37). Sum of RGB (Red+Green+Blue) = 252+172+37=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC25 is #0353DA. Grayscale: #B5B5B5. Windows color (decimal): -218075 or 2469116. OLE color: 2469116.
HSL color Cylindrical-coordinate representation of color #FCAC25: hue angle of 37.67º 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 #FCAC25 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.01 |
| HSL | 37.67º | 0.97% | 0.57% | - |
| HSV(B) | 37.67º | 0.85% | 0.99% | - |
| XYZ | 55.23 | 50.33 | 8.55 | - |
| YUV | 180.53 | 47 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 37 | 0 | 0.32 | 0.85 | 0.01 | 37.67 | 0.97 | 0.57 |
| Hex | FC | AC | 25 | 0 | 20 | 55 | 1 | 26 | 61 | 39 |
| Octal | 374 | 254 | 45 | 0 | 40 | 125 | 1 | 46 | 141 | 71 |
| Binary | 11111100 | 10101100 | 100101 | 0 | 100000 | 1010101 | 1 | 100110 | 1100001 | 111001 |
Color Harmonies of #FCAC25
Complementary color
Monochromatic Colors of #FCAC25
Black with #FCAC25
Text Example
Text Example
White with #FCAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC25; }
p { color: rgb(252,172,37); }
H1.HeaderClassName
{
color: #FCAC25;
}
.AnyTagClassName
{
color: #FCAC25;
}
</style>
background-color css
<style>
a { background-color: #FCAC25; }
a { background-color: rgb(252,172,37); }
div.DivClassName
{
background-color: #FCAC25;
}
.BgClassName
{
background-color: #FCAC25;
}
</style>
border-color css
<style>
span { border-color: #FCAC25; }
span { border-color: rgb(252,172,37); }
td.TdClassName
{
border-color: #FCAC25;
}
.TagClassName
{
border-color: #FCAC25;
}
</style>