Shades of Energy Yellow #FFD84C
Tints of Energy Yellow #FFD84C
RGB
CMYK
RGB Variations
Color information
#FFD84C (or 0xFFD84C) is known color: Energy Yellow. HEX triplet: FF, D8 and 4C. RGB value is (255,216,76). Sum of RGB (Red+Green+Blue) = 255+216+76=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 76 (30.08% from 255 or 13.89% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD84C is #0027B3. Grayscale: #D4D4D4. Windows color (decimal): -10164 or 5036287. OLE color: 5036287.
HSL color Cylindrical-coordinate representation of color #FFD84C: hue angle of 46.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFD84C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 76 | - |
| CMYK | 0 | 0.15 | 0.70 | 0 |
| HSL | 46.93º | 1% | 0.65% | - |
| HSV(B) | 46.93º | 0.7% | 1% | - |
| XYZ | 67.1 | 70.89 | 16.98 | - |
| YUV | 211.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 76 | 0 | 0.15 | 0.70 | 0 | 46.93 | 1 | 0.65 |
| Hex | FF | D8 | 4C | 0 | F | 46 | 0 | 2F | 64 | 41 |
| Octal | 377 | 330 | 114 | 0 | 17 | 106 | 0 | 57 | 144 | 101 |
| Binary | 11111111 | 11011000 | 1001100 | 0 | 1111 | 1000110 | 0 | 101111 | 1100100 | 1000001 |
Color Harmonies of #FFD84C
Complementary color
Monochromatic Colors of #FFD84C
Black with #FFD84C
Text Example
Text Example
White with #FFD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD84C; }
p { color: rgb(255,216,76); }
H1.HeaderClassName
{
color: #FFD84C;
}
.AnyTagClassName
{
color: #FFD84C;
}
</style>
background-color css
<style>
a { background-color: #FFD84C; }
a { background-color: rgb(255,216,76); }
div.DivClassName
{
background-color: #FFD84C;
}
.BgClassName
{
background-color: #FFD84C;
}
</style>
border-color css
<style>
span { border-color: #FFD84C; }
span { border-color: rgb(255,216,76); }
td.TdClassName
{
border-color: #FFD84C;
}
.TagClassName
{
border-color: #FFD84C;
}
</style>