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