Shades of Lightning Yellow #FCAA2B
Tints of Lightning Yellow #FCAA2B
RGB
CMYK
RGB Variations
Color information
#FCAA2B (or 0xFCAA2B) is known color: Lightning Yellow. HEX triplet: FC, AA and 2B. RGB value is (252,170,43). Sum of RGB (Red+Green+Blue) = 252+170+43=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA2B is #0355D4. Grayscale: #B4B4B4. Windows color (decimal): -218581 or 2861820. OLE color: 2861820.
HSL color Cylindrical-coordinate representation of color #FCAA2B: hue angle of 36.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCAA2B is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 43 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.01 |
| HSL | 36.46º | 0.97% | 0.58% | - |
| HSV(B) | 36.46º | 0.83% | 0.99% | - |
| XYZ | 54.96 | 49.62 | 8.97 | - |
| YUV | 180.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 43 | 0 | 0.33 | 0.83 | 0.01 | 36.46 | 0.97 | 0.58 |
| Hex | FC | AA | 2B | 0 | 21 | 53 | 1 | 24 | 61 | 3A |
| Octal | 374 | 252 | 53 | 0 | 41 | 123 | 1 | 44 | 141 | 72 |
| Binary | 11111100 | 10101010 | 101011 | 0 | 100001 | 1010011 | 1 | 100100 | 1100001 | 111010 |
Color Harmonies of #FCAA2B
Complementary color
Monochromatic Colors of #FCAA2B
Black with #FCAA2B
Text Example
Text Example
White with #FCAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA2B; }
p { color: rgb(252,170,43); }
H1.HeaderClassName
{
color: #FCAA2B;
}
.AnyTagClassName
{
color: #FCAA2B;
}
</style>
background-color css
<style>
a { background-color: #FCAA2B; }
a { background-color: rgb(252,170,43); }
div.DivClassName
{
background-color: #FCAA2B;
}
.BgClassName
{
background-color: #FCAA2B;
}
</style>
border-color css
<style>
span { border-color: #FCAA2B; }
span { border-color: rgb(252,170,43); }
td.TdClassName
{
border-color: #FCAA2B;
}
.TagClassName
{
border-color: #FCAA2B;
}
</style>