Shades of Lightning Yellow #FCAA31
Tints of Lightning Yellow #FCAA31
RGB
CMYK
RGB Variations
Color information
#FCAA31 (or 0xFCAA31) is known color: Lightning Yellow. HEX triplet: FC, AA and 31. RGB value is (252,170,49). Sum of RGB (Red+Green+Blue) = 252+170+49=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA31 is #0355CE. Grayscale: #B5B5B5. Windows color (decimal): -218575 or 3255036. OLE color: 3255036.
HSL color Cylindrical-coordinate representation of color #FCAA31: hue angle of 35.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCAA31 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 49 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.01 |
| HSL | 35.76º | 0.97% | 0.59% | - |
| HSV(B) | 35.76º | 0.81% | 0.99% | - |
| XYZ | 55.07 | 49.67 | 9.59 | - |
| YUV | 180.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 49 | 0 | 0.33 | 0.81 | 0.01 | 35.76 | 0.97 | 0.59 |
| Hex | FC | AA | 31 | 0 | 21 | 51 | 1 | 24 | 61 | 3B |
| Octal | 374 | 252 | 61 | 0 | 41 | 121 | 1 | 44 | 141 | 73 |
| Binary | 11111100 | 10101010 | 110001 | 0 | 100001 | 1010001 | 1 | 100100 | 1100001 | 111011 |
Color Harmonies of #FCAA31
Complementary color
Monochromatic Colors of #FCAA31
Black with #FCAA31
Text Example
Text Example
White with #FCAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA31; }
p { color: rgb(252,170,49); }
H1.HeaderClassName
{
color: #FCAA31;
}
.AnyTagClassName
{
color: #FCAA31;
}
</style>
background-color css
<style>
a { background-color: #FCAA31; }
a { background-color: rgb(252,170,49); }
div.DivClassName
{
background-color: #FCAA31;
}
.BgClassName
{
background-color: #FCAA31;
}
</style>
border-color css
<style>
span { border-color: #FCAA31; }
span { border-color: rgb(252,170,49); }
td.TdClassName
{
border-color: #FCAA31;
}
.TagClassName
{
border-color: #FCAA31;
}
</style>