Shades of Energy Yellow #FCD74C
Tints of Energy Yellow #FCD74C
RGB
CMYK
RGB Variations
Color information
#FCD74C (or 0xFCD74C) is known color: Energy Yellow. HEX triplet: FC, D7 and 4C. RGB value is (252,215,76). Sum of RGB (Red+Green+Blue) = 252+215+76=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD74C is #0328B3. Grayscale: #D2D2D2. Windows color (decimal): -207028 or 5036028. OLE color: 5036028.
HSL color Cylindrical-coordinate representation of color #FCD74C: hue angle of 47.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCD74C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 76 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 47.39º | 0.97% | 0.64% | - |
| HSV(B) | 47.39º | 0.7% | 0.99% | - |
| XYZ | 65.75 | 69.82 | 16.85 | - |
| YUV | 210.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 76 | 0 | 0.15 | 0.70 | 0.01 | 47.39 | 0.97 | 0.64 |
| Hex | FC | D7 | 4C | 0 | F | 46 | 1 | 2F | 61 | 40 |
| Octal | 374 | 327 | 114 | 0 | 17 | 106 | 1 | 57 | 141 | 100 |
| Binary | 11111100 | 11010111 | 1001100 | 0 | 1111 | 1000110 | 1 | 101111 | 1100001 | 1000000 |
Color Harmonies of #FCD74C
Complementary color
Monochromatic Colors of #FCD74C
Black with #FCD74C
Text Example
Text Example
White with #FCD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD74C; }
p { color: rgb(252,215,76); }
H1.HeaderClassName
{
color: #FCD74C;
}
.AnyTagClassName
{
color: #FCD74C;
}
</style>
background-color css
<style>
a { background-color: #FCD74C; }
a { background-color: rgb(252,215,76); }
div.DivClassName
{
background-color: #FCD74C;
}
.BgClassName
{
background-color: #FCD74C;
}
</style>
border-color css
<style>
span { border-color: #FCD74C; }
span { border-color: rgb(252,215,76); }
td.TdClassName
{
border-color: #FCD74C;
}
.TagClassName
{
border-color: #FCD74C;
}
</style>