Shades of Energy Yellow #FCD84B
Tints of Energy Yellow #FCD84B
RGB
CMYK
RGB Variations
Color information
#FCD84B (or 0xFCD84B) is known color: Energy Yellow. HEX triplet: FC, D8 and 4B. RGB value is (252,216,75). Sum of RGB (Red+Green+Blue) = 252+216+75=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD84B is #0327B4. Grayscale: #D3D3D3. Windows color (decimal): -206773 or 4970748. OLE color: 4970748.
HSL color Cylindrical-coordinate representation of color #FCD84B: hue angle of 47.8º 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 #FCD84B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 75 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.01 |
| HSL | 47.8º | 0.97% | 0.64% | - |
| HSV(B) | 47.8º | 0.7% | 0.99% | - |
| XYZ | 65.97 | 70.32 | 16.75 | - |
| YUV | 210.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 75 | 0 | 0.14 | 0.70 | 0.01 | 47.8 | 0.97 | 0.64 |
| Hex | FC | D8 | 4B | 0 | E | 46 | 1 | 30 | 61 | 40 |
| Octal | 374 | 330 | 113 | 0 | 16 | 106 | 1 | 60 | 141 | 100 |
| Binary | 11111100 | 11011000 | 1001011 | 0 | 1110 | 1000110 | 1 | 110000 | 1100001 | 1000000 |
Color Harmonies of #FCD84B
Complementary color
Monochromatic Colors of #FCD84B
Black with #FCD84B
Text Example
Text Example
White with #FCD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD84B; }
p { color: rgb(252,216,75); }
H1.HeaderClassName
{
color: #FCD84B;
}
.AnyTagClassName
{
color: #FCD84B;
}
</style>
background-color css
<style>
a { background-color: #FCD84B; }
a { background-color: rgb(252,216,75); }
div.DivClassName
{
background-color: #FCD84B;
}
.BgClassName
{
background-color: #FCD84B;
}
</style>
border-color css
<style>
span { border-color: #FCD84B; }
span { border-color: rgb(252,216,75); }
td.TdClassName
{
border-color: #FCD84B;
}
.TagClassName
{
border-color: #FCD84B;
}
</style>