Shades of Energy Yellow #F0D84D
Tints of Energy Yellow #F0D84D
RGB
CMYK
RGB Variations
Color information
#F0D84D (or 0xF0D84D) is known color: Energy Yellow. HEX triplet: F0, D8 and 4D. RGB value is (240,216,77). Sum of RGB (Red+Green+Blue) = 240+216+77=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D84D is #0F27B2. Grayscale: #CFCFCF. Windows color (decimal): -993203 or 5101808. OLE color: 5101808.
HSL color Cylindrical-coordinate representation of color #F0D84D: hue angle of 51.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D84D is Cyan = 0, Magento = 0.1, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 77 | - |
| CMYK | 0 | 0.1 | 0.68 | 0.06 |
| HSL | 51.17º | 0.84% | 0.62% | - |
| HSV(B) | 51.17º | 0.68% | 0.94% | - |
| XYZ | 61.83 | 68.17 | 16.92 | - |
| YUV | 207.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 77 | 0 | 0.1 | 0.68 | 0.06 | 51.17 | 0.84 | 0.62 |
| Hex | F0 | D8 | 4D | 0 | A | 44 | 6 | 33 | 54 | 3E |
| Octal | 360 | 330 | 115 | 0 | 12 | 104 | 6 | 63 | 124 | 76 |
| Binary | 11110000 | 11011000 | 1001101 | 0 | 1010 | 1000100 | 110 | 110011 | 1010100 | 111110 |
Color Harmonies of #F0D84D
Complementary color
Monochromatic Colors of #F0D84D
Black with #F0D84D
Text Example
Text Example
White with #F0D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D84D; }
p { color: rgb(240,216,77); }
H1.HeaderClassName
{
color: #F0D84D;
}
.AnyTagClassName
{
color: #F0D84D;
}
</style>
background-color css
<style>
a { background-color: #F0D84D; }
a { background-color: rgb(240,216,77); }
div.DivClassName
{
background-color: #F0D84D;
}
.BgClassName
{
background-color: #F0D84D;
}
</style>
border-color css
<style>
span { border-color: #F0D84D; }
span { border-color: rgb(240,216,77); }
td.TdClassName
{
border-color: #F0D84D;
}
.TagClassName
{
border-color: #F0D84D;
}
</style>