Shades of Energy Yellow #F0D44D
Tints of Energy Yellow #F0D44D
RGB
CMYK
RGB Variations
Color information
#F0D44D (or 0xF0D44D) is known color: Energy Yellow. HEX triplet: F0, D4 and 4D. RGB value is (240,212,77). Sum of RGB (Red+Green+Blue) = 240+212+77=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D44D is #0F2BB2. Grayscale: #CDCDCD. Windows color (decimal): -994227 or 5100784. OLE color: 5100784.
HSL color Cylindrical-coordinate representation of color #F0D44D: hue angle of 49.69º 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 #F0D44D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 77 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.06 |
| HSL | 49.69º | 0.84% | 0.62% | - |
| HSV(B) | 49.69º | 0.68% | 0.94% | - |
| XYZ | 60.82 | 66.15 | 16.58 | - |
| YUV | 204.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 77 | 0 | 0.12 | 0.68 | 0.06 | 49.69 | 0.84 | 0.62 |
| Hex | F0 | D4 | 4D | 0 | C | 44 | 6 | 32 | 54 | 3E |
| Octal | 360 | 324 | 115 | 0 | 14 | 104 | 6 | 62 | 124 | 76 |
| Binary | 11110000 | 11010100 | 1001101 | 0 | 1100 | 1000100 | 110 | 110010 | 1010100 | 111110 |
Color Harmonies of #F0D44D
Complementary color
Monochromatic Colors of #F0D44D
Black with #F0D44D
Text Example
Text Example
White with #F0D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D44D; }
p { color: rgb(240,212,77); }
H1.HeaderClassName
{
color: #F0D44D;
}
.AnyTagClassName
{
color: #F0D44D;
}
</style>
background-color css
<style>
a { background-color: #F0D44D; }
a { background-color: rgb(240,212,77); }
div.DivClassName
{
background-color: #F0D44D;
}
.BgClassName
{
background-color: #F0D44D;
}
</style>
border-color css
<style>
span { border-color: #F0D44D; }
span { border-color: rgb(240,212,77); }
td.TdClassName
{
border-color: #F0D44D;
}
.TagClassName
{
border-color: #F0D44D;
}
</style>