Shades of Energy Yellow #FCD343
Tints of Energy Yellow #FCD343
RGB
CMYK
RGB Variations
Color information
#FCD343 (or 0xFCD343) is known color: Energy Yellow. HEX triplet: FC, D3 and 43. RGB value is (252,211,67). Sum of RGB (Red+Green+Blue) = 252+211+67=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD343 is #032CBC. Grayscale: #CFCFCF. Windows color (decimal): -208061 or 4445180. OLE color: 4445180.
HSL color Cylindrical-coordinate representation of color #FCD343: hue angle of 46.7º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCD343 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 67 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.01 |
| HSL | 46.7º | 0.97% | 0.63% | - |
| HSV(B) | 46.7º | 0.73% | 0.99% | - |
| XYZ | 64.45 | 67.69 | 14.98 | - |
| YUV | 206.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 67 | 0 | 0.16 | 0.73 | 0.01 | 46.7 | 0.97 | 0.63 |
| Hex | FC | D3 | 43 | 0 | 10 | 49 | 1 | 2F | 61 | 3F |
| Octal | 374 | 323 | 103 | 0 | 20 | 111 | 1 | 57 | 141 | 77 |
| Binary | 11111100 | 11010011 | 1000011 | 0 | 10000 | 1001001 | 1 | 101111 | 1100001 | 111111 |
Color Harmonies of #FCD343
Complementary color
Monochromatic Colors of #FCD343
Black with #FCD343
Text Example
Text Example
White with #FCD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD343; }
p { color: rgb(252,211,67); }
H1.HeaderClassName
{
color: #FCD343;
}
.AnyTagClassName
{
color: #FCD343;
}
</style>
background-color css
<style>
a { background-color: #FCD343; }
a { background-color: rgb(252,211,67); }
div.DivClassName
{
background-color: #FCD343;
}
.BgClassName
{
background-color: #FCD343;
}
</style>
border-color css
<style>
span { border-color: #FCD343; }
span { border-color: rgb(252,211,67); }
td.TdClassName
{
border-color: #FCD343;
}
.TagClassName
{
border-color: #FCD343;
}
</style>