Shades of Lightning Yellow #FCAA2F
Tints of Lightning Yellow #FCAA2F
RGB
CMYK
RGB Variations
Color information
#FCAA2F (or 0xFCAA2F) is known color: Lightning Yellow. HEX triplet: FC, AA and 2F. RGB value is (252,170,47). Sum of RGB (Red+Green+Blue) = 252+170+47=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA2F is #0355D0. Grayscale: #B5B5B5. Windows color (decimal): -218577 or 3123964. OLE color: 3123964.
HSL color Cylindrical-coordinate representation of color #FCAA2F: hue angle of 36º 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 #FCAA2F is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 47 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.01 |
| HSL | 36º | 0.97% | 0.59% | - |
| HSV(B) | 36º | 0.81% | 0.99% | - |
| XYZ | 55.03 | 49.65 | 9.37 | - |
| YUV | 180.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 47 | 0 | 0.33 | 0.81 | 0.01 | 36 | 0.97 | 0.59 |
| Hex | FC | AA | 2F | 0 | 21 | 51 | 1 | 24 | 61 | 3B |
| Octal | 374 | 252 | 57 | 0 | 41 | 121 | 1 | 44 | 141 | 73 |
| Binary | 11111100 | 10101010 | 101111 | 0 | 100001 | 1010001 | 1 | 100100 | 1100001 | 111011 |
Color Harmonies of #FCAA2F
Complementary color
Monochromatic Colors of #FCAA2F
Black with #FCAA2F
Text Example
Text Example
White with #FCAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA2F; }
p { color: rgb(252,170,47); }
H1.HeaderClassName
{
color: #FCAA2F;
}
.AnyTagClassName
{
color: #FCAA2F;
}
</style>
background-color css
<style>
a { background-color: #FCAA2F; }
a { background-color: rgb(252,170,47); }
div.DivClassName
{
background-color: #FCAA2F;
}
.BgClassName
{
background-color: #FCAA2F;
}
</style>
border-color css
<style>
span { border-color: #FCAA2F; }
span { border-color: rgb(252,170,47); }
td.TdClassName
{
border-color: #FCAA2F;
}
.TagClassName
{
border-color: #FCAA2F;
}
</style>