Shades of Lightning Yellow #FCAA2D
Tints of Lightning Yellow #FCAA2D
RGB
CMYK
RGB Variations
Color information
#FCAA2D (or 0xFCAA2D) is known color: Lightning Yellow. HEX triplet: FC, AA and 2D. RGB value is (252,170,45). Sum of RGB (Red+Green+Blue) = 252+170+45=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA2D is #0355D2. Grayscale: #B4B4B4. Windows color (decimal): -218579 or 2992892. OLE color: 2992892.
HSL color Cylindrical-coordinate representation of color #FCAA2D: hue angle of 36.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCAA2D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 45 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.01 |
| HSL | 36.23º | 0.97% | 0.58% | - |
| HSV(B) | 36.23º | 0.82% | 0.99% | - |
| XYZ | 54.99 | 49.63 | 9.16 | - |
| YUV | 180.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 45 | 0 | 0.33 | 0.82 | 0.01 | 36.23 | 0.97 | 0.58 |
| Hex | FC | AA | 2D | 0 | 21 | 52 | 1 | 24 | 61 | 3A |
| Octal | 374 | 252 | 55 | 0 | 41 | 122 | 1 | 44 | 141 | 72 |
| Binary | 11111100 | 10101010 | 101101 | 0 | 100001 | 1010010 | 1 | 100100 | 1100001 | 111010 |
Color Harmonies of #FCAA2D
Complementary color
Monochromatic Colors of #FCAA2D
Black with #FCAA2D
Text Example
Text Example
White with #FCAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA2D; }
p { color: rgb(252,170,45); }
H1.HeaderClassName
{
color: #FCAA2D;
}
.AnyTagClassName
{
color: #FCAA2D;
}
</style>
background-color css
<style>
a { background-color: #FCAA2D; }
a { background-color: rgb(252,170,45); }
div.DivClassName
{
background-color: #FCAA2D;
}
.BgClassName
{
background-color: #FCAA2D;
}
</style>
border-color css
<style>
span { border-color: #FCAA2D; }
span { border-color: rgb(252,170,45); }
td.TdClassName
{
border-color: #FCAA2D;
}
.TagClassName
{
border-color: #FCAA2D;
}
</style>