Shades of Energy Yellow #F0D845
Tints of Energy Yellow #F0D845
RGB
CMYK
RGB Variations
Color information
#F0D845 (or 0xF0D845) is known color: Energy Yellow. HEX triplet: F0, D8 and 45. RGB value is (240,216,69). Sum of RGB (Red+Green+Blue) = 240+216+69=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D845 is #0F27BA. Grayscale: #CFCFCF. Windows color (decimal): -993211 or 4577520. OLE color: 4577520.
HSL color Cylindrical-coordinate representation of color #F0D845: hue angle of 51.58º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0D845 is Cyan = 0, Magento = 0.1, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 69 | - |
| CMYK | 0 | 0.1 | 0.71 | 0.06 |
| HSL | 51.58º | 0.85% | 0.61% | - |
| HSV(B) | 51.58º | 0.71% | 0.94% | - |
| XYZ | 61.57 | 68.07 | 15.52 | - |
| YUV | 206.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 69 | 0 | 0.1 | 0.71 | 0.06 | 51.58 | 0.85 | 0.61 |
| Hex | F0 | D8 | 45 | 0 | A | 47 | 6 | 34 | 55 | 3D |
| Octal | 360 | 330 | 105 | 0 | 12 | 107 | 6 | 64 | 125 | 75 |
| Binary | 11110000 | 11011000 | 1000101 | 0 | 1010 | 1000111 | 110 | 110100 | 1010101 | 111101 |
Color Harmonies of #F0D845
Complementary color
Monochromatic Colors of #F0D845
Black with #F0D845
Text Example
Text Example
White with #F0D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D845; }
p { color: rgb(240,216,69); }
H1.HeaderClassName
{
color: #F0D845;
}
.AnyTagClassName
{
color: #F0D845;
}
</style>
background-color css
<style>
a { background-color: #F0D845; }
a { background-color: rgb(240,216,69); }
div.DivClassName
{
background-color: #F0D845;
}
.BgClassName
{
background-color: #F0D845;
}
</style>
border-color css
<style>
span { border-color: #F0D845; }
span { border-color: rgb(240,216,69); }
td.TdClassName
{
border-color: #F0D845;
}
.TagClassName
{
border-color: #F0D845;
}
</style>