Shades of Lightning Yellow #FCAA29
Tints of Lightning Yellow #FCAA29
RGB
CMYK
RGB Variations
Color information
#FCAA29 (or 0xFCAA29) is known color: Lightning Yellow. HEX triplet: FC, AA and 29. RGB value is (252,170,41). Sum of RGB (Red+Green+Blue) = 252+170+41=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA29 is #0355D6. Grayscale: #B4B4B4. Windows color (decimal): -218583 or 2730748. OLE color: 2730748.
HSL color Cylindrical-coordinate representation of color #FCAA29: hue angle of 36.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCAA29 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 41 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.01 |
| HSL | 36.68º | 0.97% | 0.57% | - |
| HSV(B) | 36.68º | 0.84% | 0.99% | - |
| XYZ | 54.92 | 49.61 | 8.78 | - |
| YUV | 179.81 | 49.67 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 41 | 0 | 0.33 | 0.84 | 0.01 | 36.68 | 0.97 | 0.57 |
| Hex | FC | AA | 29 | 0 | 21 | 54 | 1 | 25 | 61 | 39 |
| Octal | 374 | 252 | 51 | 0 | 41 | 124 | 1 | 45 | 141 | 71 |
| Binary | 11111100 | 10101010 | 101001 | 0 | 100001 | 1010100 | 1 | 100101 | 1100001 | 111001 |
Color Harmonies of #FCAA29
Complementary color
Monochromatic Colors of #FCAA29
Black with #FCAA29
Text Example
Text Example
White with #FCAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA29; }
p { color: rgb(252,170,41); }
H1.HeaderClassName
{
color: #FCAA29;
}
.AnyTagClassName
{
color: #FCAA29;
}
</style>
background-color css
<style>
a { background-color: #FCAA29; }
a { background-color: rgb(252,170,41); }
div.DivClassName
{
background-color: #FCAA29;
}
.BgClassName
{
background-color: #FCAA29;
}
</style>
border-color css
<style>
span { border-color: #FCAA29; }
span { border-color: rgb(252,170,41); }
td.TdClassName
{
border-color: #FCAA29;
}
.TagClassName
{
border-color: #FCAA29;
}
</style>