Shades of Energy Yellow #FCD752
Tints of Energy Yellow #FCD752
RGB
CMYK
RGB Variations
Color information
#FCD752 (or 0xFCD752) is known color: Energy Yellow. HEX triplet: FC, D7 and 52. RGB value is (252,215,82). Sum of RGB (Red+Green+Blue) = 252+215+82=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD752 is #0328AD. Grayscale: #D3D3D3. Windows color (decimal): -207022 or 5429244. OLE color: 5429244.
HSL color Cylindrical-coordinate representation of color #FCD752: hue angle of 46.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD752 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 82 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.94º | 0.97% | 0.65% | - |
| HSV(B) | 46.94º | 0.67% | 0.99% | - |
| XYZ | 65.97 | 69.91 | 18 | - |
| YUV | 210.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 82 | 0 | 0.15 | 0.67 | 0.01 | 46.94 | 0.97 | 0.65 |
| Hex | FC | D7 | 52 | 0 | F | 43 | 1 | 2F | 61 | 41 |
| Octal | 374 | 327 | 122 | 0 | 17 | 103 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11010111 | 1010010 | 0 | 1111 | 1000011 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD752
Complementary color
Monochromatic Colors of #FCD752
Black with #FCD752
Text Example
Text Example
White with #FCD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD752; }
p { color: rgb(252,215,82); }
H1.HeaderClassName
{
color: #FCD752;
}
.AnyTagClassName
{
color: #FCD752;
}
</style>
background-color css
<style>
a { background-color: #FCD752; }
a { background-color: rgb(252,215,82); }
div.DivClassName
{
background-color: #FCD752;
}
.BgClassName
{
background-color: #FCD752;
}
</style>
border-color css
<style>
span { border-color: #FCD752; }
span { border-color: rgb(252,215,82); }
td.TdClassName
{
border-color: #FCD752;
}
.TagClassName
{
border-color: #FCD752;
}
</style>