Shades of Lightning Yellow #FCA829
Tints of Lightning Yellow #FCA829
RGB
CMYK
RGB Variations
Color information
#FCA829 (or 0xFCA829) is known color: Lightning Yellow. HEX triplet: FC, A8 and 29. RGB value is (252,168,41). Sum of RGB (Red+Green+Blue) = 252+168+41=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA829 is #0357D6. Grayscale: #B3B3B3. Windows color (decimal): -219095 or 2730236. OLE color: 2730236.
HSL color Cylindrical-coordinate representation of color #FCA829: hue angle of 36.11º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCA829 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 41 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.01 |
| HSL | 36.11º | 0.97% | 0.57% | - |
| HSV(B) | 36.11º | 0.84% | 0.99% | - |
| XYZ | 54.55 | 48.86 | 8.65 | - |
| YUV | 178.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 41 | 0 | 0.33 | 0.84 | 0.01 | 36.11 | 0.97 | 0.57 |
| Hex | FC | A8 | 29 | 0 | 21 | 54 | 1 | 24 | 61 | 39 |
| Octal | 374 | 250 | 51 | 0 | 41 | 124 | 1 | 44 | 141 | 71 |
| Binary | 11111100 | 10101000 | 101001 | 0 | 100001 | 1010100 | 1 | 100100 | 1100001 | 111001 |
Color Harmonies of #FCA829
Complementary color
Monochromatic Colors of #FCA829
Black with #FCA829
Text Example
Text Example
White with #FCA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA829; }
p { color: rgb(252,168,41); }
H1.HeaderClassName
{
color: #FCA829;
}
.AnyTagClassName
{
color: #FCA829;
}
</style>
background-color css
<style>
a { background-color: #FCA829; }
a { background-color: rgb(252,168,41); }
div.DivClassName
{
background-color: #FCA829;
}
.BgClassName
{
background-color: #FCA829;
}
</style>
border-color css
<style>
span { border-color: #FCA829; }
span { border-color: rgb(252,168,41); }
td.TdClassName
{
border-color: #FCA829;
}
.TagClassName
{
border-color: #FCA829;
}
</style>