Shades of Lightning Yellow #FCA430
Tints of Lightning Yellow #FCA430
RGB
CMYK
RGB Variations
Color information
#FCA430 (or 0xFCA430) is known color: Lightning Yellow. HEX triplet: FC, A4 and 30. RGB value is (252,164,48). Sum of RGB (Red+Green+Blue) = 252+164+48=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA430 is #035BCF. Grayscale: #B1B1B1. Windows color (decimal): -220112 or 3187964. OLE color: 3187964.
HSL color Cylindrical-coordinate representation of color #FCA430: hue angle of 34.12º 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 #FCA430 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 48 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.01 |
| HSL | 34.12º | 0.97% | 0.59% | - |
| HSV(B) | 34.12º | 0.81% | 0.99% | - |
| XYZ | 53.95 | 47.46 | 9.11 | - |
| YUV | 177.09 | 55.15 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 48 | 0 | 0.35 | 0.81 | 0.01 | 34.12 | 0.97 | 0.59 |
| Hex | FC | A4 | 30 | 0 | 23 | 51 | 1 | 22 | 61 | 3B |
| Octal | 374 | 244 | 60 | 0 | 43 | 121 | 1 | 42 | 141 | 73 |
| Binary | 11111100 | 10100100 | 110000 | 0 | 100011 | 1010001 | 1 | 100010 | 1100001 | 111011 |
Color Harmonies of #FCA430
Complementary color
Monochromatic Colors of #FCA430
Black with #FCA430
Text Example
Text Example
White with #FCA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA430; }
p { color: rgb(252,164,48); }
H1.HeaderClassName
{
color: #FCA430;
}
.AnyTagClassName
{
color: #FCA430;
}
</style>
background-color css
<style>
a { background-color: #FCA430; }
a { background-color: rgb(252,164,48); }
div.DivClassName
{
background-color: #FCA430;
}
.BgClassName
{
background-color: #FCA430;
}
</style>
border-color css
<style>
span { border-color: #FCA430; }
span { border-color: rgb(252,164,48); }
td.TdClassName
{
border-color: #FCA430;
}
.TagClassName
{
border-color: #FCA430;
}
</style>