Shades of Energy Yellow #F4D94C
Tints of Energy Yellow #F4D94C
RGB
CMYK
RGB Variations
Color information
#F4D94C (or 0xF4D94C) is known color: Energy Yellow. HEX triplet: F4, D9 and 4C. RGB value is (244,217,76). Sum of RGB (Red+Green+Blue) = 244+217+76=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D94C is #0B26B3. Grayscale: #D1D1D1. Windows color (decimal): -730804 or 5036532. OLE color: 5036532.
HSL color Cylindrical-coordinate representation of color #F4D94C: hue angle of 50.36º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4D94C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 76 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.04 |
| HSL | 50.36º | 0.88% | 0.63% | - |
| HSV(B) | 50.36º | 0.69% | 0.96% | - |
| XYZ | 63.43 | 69.38 | 16.89 | - |
| YUV | 209 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 76 | 0 | 0.11 | 0.69 | 0.04 | 50.36 | 0.88 | 0.63 |
| Hex | F4 | D9 | 4C | 0 | B | 45 | 4 | 32 | 58 | 3F |
| Octal | 364 | 331 | 114 | 0 | 13 | 105 | 4 | 62 | 130 | 77 |
| Binary | 11110100 | 11011001 | 1001100 | 0 | 1011 | 1000101 | 100 | 110010 | 1011000 | 111111 |
Color Harmonies of #F4D94C
Complementary color
Monochromatic Colors of #F4D94C
Black with #F4D94C
Text Example
Text Example
White with #F4D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D94C; }
p { color: rgb(244,217,76); }
H1.HeaderClassName
{
color: #F4D94C;
}
.AnyTagClassName
{
color: #F4D94C;
}
</style>
background-color css
<style>
a { background-color: #F4D94C; }
a { background-color: rgb(244,217,76); }
div.DivClassName
{
background-color: #F4D94C;
}
.BgClassName
{
background-color: #F4D94C;
}
</style>
border-color css
<style>
span { border-color: #F4D94C; }
span { border-color: rgb(244,217,76); }
td.TdClassName
{
border-color: #F4D94C;
}
.TagClassName
{
border-color: #F4D94C;
}
</style>