Shades of Energy Yellow #FCD54B
Tints of Energy Yellow #FCD54B
RGB
CMYK
RGB Variations
Color information
#FCD54B (or 0xFCD54B) is known color: Energy Yellow. HEX triplet: FC, D5 and 4B. RGB value is (252,213,75). Sum of RGB (Red+Green+Blue) = 252+213+75=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD54B is #032AB4. Grayscale: #D1D1D1. Windows color (decimal): -207541 or 4969980. OLE color: 4969980.
HSL color Cylindrical-coordinate representation of color #FCD54B: hue angle of 46.78º 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 #FCD54B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 75 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 46.78º | 0.97% | 0.64% | - |
| HSV(B) | 46.78º | 0.7% | 0.99% | - |
| XYZ | 65.21 | 68.79 | 16.5 | - |
| YUV | 208.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 75 | 0 | 0.15 | 0.70 | 0.01 | 46.78 | 0.97 | 0.64 |
| Hex | FC | D5 | 4B | 0 | F | 46 | 1 | 2F | 61 | 40 |
| Octal | 374 | 325 | 113 | 0 | 17 | 106 | 1 | 57 | 141 | 100 |
| Binary | 11111100 | 11010101 | 1001011 | 0 | 1111 | 1000110 | 1 | 101111 | 1100001 | 1000000 |
Color Harmonies of #FCD54B
Complementary color
Monochromatic Colors of #FCD54B
Black with #FCD54B
Text Example
Text Example
White with #FCD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD54B; }
p { color: rgb(252,213,75); }
H1.HeaderClassName
{
color: #FCD54B;
}
.AnyTagClassName
{
color: #FCD54B;
}
</style>
background-color css
<style>
a { background-color: #FCD54B; }
a { background-color: rgb(252,213,75); }
div.DivClassName
{
background-color: #FCD54B;
}
.BgClassName
{
background-color: #FCD54B;
}
</style>
border-color css
<style>
span { border-color: #FCD54B; }
span { border-color: rgb(252,213,75); }
td.TdClassName
{
border-color: #FCD54B;
}
.TagClassName
{
border-color: #FCD54B;
}
</style>