Shades of Energy Yellow #F0DF4A
Tints of Energy Yellow #F0DF4A
RGB
CMYK
RGB Variations
Color information
#F0DF4A (or 0xF0DF4A) is known color: Energy Yellow. HEX triplet: F0, DF and 4A. RGB value is (240,223,74). Sum of RGB (Red+Green+Blue) = 240+223+74=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF4A is #0F20B5. Grayscale: #D3D3D3. Windows color (decimal): -991414 or 4906992. OLE color: 4906992.
HSL color Cylindrical-coordinate representation of color #F0DF4A: hue angle of 53.86º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0DF4A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 74 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.06 |
| HSL | 53.86º | 0.85% | 0.62% | - |
| HSV(B) | 53.86º | 0.69% | 0.94% | - |
| XYZ | 63.56 | 71.8 | 16.99 | - |
| YUV | 211.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 74 | 0 | 0.07 | 0.69 | 0.06 | 53.86 | 0.85 | 0.62 |
| Hex | F0 | DF | 4A | 0 | 7 | 45 | 6 | 36 | 55 | 3E |
| Octal | 360 | 337 | 112 | 0 | 7 | 105 | 6 | 66 | 125 | 76 |
| Binary | 11110000 | 11011111 | 1001010 | 0 | 111 | 1000101 | 110 | 110110 | 1010101 | 111110 |
Color Harmonies of #F0DF4A
Complementary color
Monochromatic Colors of #F0DF4A
Black with #F0DF4A
Text Example
Text Example
White with #F0DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF4A; }
p { color: rgb(240,223,74); }
H1.HeaderClassName
{
color: #F0DF4A;
}
.AnyTagClassName
{
color: #F0DF4A;
}
</style>
background-color css
<style>
a { background-color: #F0DF4A; }
a { background-color: rgb(240,223,74); }
div.DivClassName
{
background-color: #F0DF4A;
}
.BgClassName
{
background-color: #F0DF4A;
}
</style>
border-color css
<style>
span { border-color: #F0DF4A; }
span { border-color: rgb(240,223,74); }
td.TdClassName
{
border-color: #F0DF4A;
}
.TagClassName
{
border-color: #F0DF4A;
}
</style>