Shades of Energy Yellow #F0D649
Tints of Energy Yellow #F0D649
RGB
CMYK
RGB Variations
Color information
#F0D649 (or 0xF0D649) is known color: Energy Yellow. HEX triplet: F0, D6 and 49. RGB value is (240,214,73). Sum of RGB (Red+Green+Blue) = 240+214+73=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D649 is #0F29B6. Grayscale: #CECECE. Windows color (decimal): -993719 or 4839152. OLE color: 4839152.
HSL color Cylindrical-coordinate representation of color #F0D649: hue angle of 50.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0D649 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 73 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.06 |
| HSL | 50.66º | 0.85% | 0.61% | - |
| HSV(B) | 50.66º | 0.7% | 0.94% | - |
| XYZ | 61.18 | 67.1 | 16.03 | - |
| YUV | 205.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 73 | 0 | 0.11 | 0.70 | 0.06 | 50.66 | 0.85 | 0.61 |
| Hex | F0 | D6 | 49 | 0 | B | 46 | 6 | 33 | 55 | 3D |
| Octal | 360 | 326 | 111 | 0 | 13 | 106 | 6 | 63 | 125 | 75 |
| Binary | 11110000 | 11010110 | 1001001 | 0 | 1011 | 1000110 | 110 | 110011 | 1010101 | 111101 |
Color Harmonies of #F0D649
Complementary color
Monochromatic Colors of #F0D649
Black with #F0D649
Text Example
Text Example
White with #F0D649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D649; }
p { color: rgb(240,214,73); }
H1.HeaderClassName
{
color: #F0D649;
}
.AnyTagClassName
{
color: #F0D649;
}
</style>
background-color css
<style>
a { background-color: #F0D649; }
a { background-color: rgb(240,214,73); }
div.DivClassName
{
background-color: #F0D649;
}
.BgClassName
{
background-color: #F0D649;
}
</style>
border-color css
<style>
span { border-color: #F0D649; }
span { border-color: rgb(240,214,73); }
td.TdClassName
{
border-color: #F0D649;
}
.TagClassName
{
border-color: #F0D649;
}
</style>