Shades of Energy Yellow #F0D54D
Tints of Energy Yellow #F0D54D
RGB
CMYK
RGB Variations
Color information
#F0D54D (or 0xF0D54D) is known color: Energy Yellow. HEX triplet: F0, D5 and 4D. RGB value is (240,213,77). Sum of RGB (Red+Green+Blue) = 240+213+77=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D54D is #0F2AB2. Grayscale: #CECECE. Windows color (decimal): -993971 or 5101040. OLE color: 5101040.
HSL color Cylindrical-coordinate representation of color #F0D54D: hue angle of 50.06º 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 #F0D54D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 77 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.06 |
| HSL | 50.06º | 0.84% | 0.62% | - |
| HSV(B) | 50.06º | 0.68% | 0.94% | - |
| XYZ | 61.07 | 66.65 | 16.67 | - |
| YUV | 205.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 77 | 0 | 0.11 | 0.68 | 0.06 | 50.06 | 0.84 | 0.62 |
| Hex | F0 | D5 | 4D | 0 | B | 44 | 6 | 32 | 54 | 3E |
| Octal | 360 | 325 | 115 | 0 | 13 | 104 | 6 | 62 | 124 | 76 |
| Binary | 11110000 | 11010101 | 1001101 | 0 | 1011 | 1000100 | 110 | 110010 | 1010100 | 111110 |
Color Harmonies of #F0D54D
Complementary color
Monochromatic Colors of #F0D54D
Black with #F0D54D
Text Example
Text Example
White with #F0D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D54D; }
p { color: rgb(240,213,77); }
H1.HeaderClassName
{
color: #F0D54D;
}
.AnyTagClassName
{
color: #F0D54D;
}
</style>
background-color css
<style>
a { background-color: #F0D54D; }
a { background-color: rgb(240,213,77); }
div.DivClassName
{
background-color: #F0D54D;
}
.BgClassName
{
background-color: #F0D54D;
}
</style>
border-color css
<style>
span { border-color: #F0D54D; }
span { border-color: rgb(240,213,77); }
td.TdClassName
{
border-color: #F0D54D;
}
.TagClassName
{
border-color: #F0D54D;
}
</style>