Shades of Lightning Yellow #FCAB2A
Tints of Lightning Yellow #FCAB2A
RGB
CMYK
RGB Variations
Color information
#FCAB2A (or 0xFCAB2A) is known color: Lightning Yellow. HEX triplet: FC, AB and 2A. RGB value is (252,171,42). Sum of RGB (Red+Green+Blue) = 252+171+42=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB2A is #0354D5. Grayscale: #B5B5B5. Windows color (decimal): -218326 or 2796540. OLE color: 2796540.
HSL color Cylindrical-coordinate representation of color #FCAB2A: hue angle of 36.86º 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 #FCAB2A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 42 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.01 |
| HSL | 36.86º | 0.97% | 0.58% | - |
| HSV(B) | 36.86º | 0.83% | 0.99% | - |
| XYZ | 55.13 | 49.99 | 8.93 | - |
| YUV | 180.51 | 49.84 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 42 | 0 | 0.32 | 0.83 | 0.01 | 36.86 | 0.97 | 0.58 |
| Hex | FC | AB | 2A | 0 | 20 | 53 | 1 | 25 | 61 | 3A |
| Octal | 374 | 253 | 52 | 0 | 40 | 123 | 1 | 45 | 141 | 72 |
| Binary | 11111100 | 10101011 | 101010 | 0 | 100000 | 1010011 | 1 | 100101 | 1100001 | 111010 |
Color Harmonies of #FCAB2A
Complementary color
Monochromatic Colors of #FCAB2A
Black with #FCAB2A
Text Example
Text Example
White with #FCAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB2A; }
p { color: rgb(252,171,42); }
H1.HeaderClassName
{
color: #FCAB2A;
}
.AnyTagClassName
{
color: #FCAB2A;
}
</style>
background-color css
<style>
a { background-color: #FCAB2A; }
a { background-color: rgb(252,171,42); }
div.DivClassName
{
background-color: #FCAB2A;
}
.BgClassName
{
background-color: #FCAB2A;
}
</style>
border-color css
<style>
span { border-color: #FCAB2A; }
span { border-color: rgb(252,171,42); }
td.TdClassName
{
border-color: #FCAB2A;
}
.TagClassName
{
border-color: #FCAB2A;
}
</style>