Shades of Energy Yellow #FCD850
Tints of Energy Yellow #FCD850
RGB
CMYK
RGB Variations
Color information
#FCD850 (or 0xFCD850) is known color: Energy Yellow. HEX triplet: FC, D8 and 50. RGB value is (252,216,80). Sum of RGB (Red+Green+Blue) = 252+216+80=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD850 is #0327AF. Grayscale: #D3D3D3. Windows color (decimal): -206768 or 5298428. OLE color: 5298428.
HSL color Cylindrical-coordinate representation of color #FCD850: hue angle of 47.44º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCD850 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 80 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.01 |
| HSL | 47.44º | 0.97% | 0.65% | - |
| HSV(B) | 47.44º | 0.68% | 0.99% | - |
| XYZ | 66.15 | 70.39 | 17.69 | - |
| YUV | 211.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 80 | 0 | 0.14 | 0.68 | 0.01 | 47.44 | 0.97 | 0.65 |
| Hex | FC | D8 | 50 | 0 | E | 44 | 1 | 2F | 61 | 41 |
| Octal | 374 | 330 | 120 | 0 | 16 | 104 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11011000 | 1010000 | 0 | 1110 | 1000100 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD850
Complementary color
Monochromatic Colors of #FCD850
Black with #FCD850
Text Example
Text Example
White with #FCD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD850; }
p { color: rgb(252,216,80); }
H1.HeaderClassName
{
color: #FCD850;
}
.AnyTagClassName
{
color: #FCD850;
}
</style>
background-color css
<style>
a { background-color: #FCD850; }
a { background-color: rgb(252,216,80); }
div.DivClassName
{
background-color: #FCD850;
}
.BgClassName
{
background-color: #FCD850;
}
</style>
border-color css
<style>
span { border-color: #FCD850; }
span { border-color: rgb(252,216,80); }
td.TdClassName
{
border-color: #FCD850;
}
.TagClassName
{
border-color: #FCD850;
}
</style>