Shades of Energy Yellow #F0DC4B
Tints of Energy Yellow #F0DC4B
RGB
CMYK
RGB Variations
Color information
#F0DC4B (or 0xF0DC4B) is known color: Energy Yellow. HEX triplet: F0, DC and 4B. RGB value is (240,220,75). Sum of RGB (Red+Green+Blue) = 240+220+75=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DC4B is #0F23B4. Grayscale: #D2D2D2. Windows color (decimal): -992181 or 4971760. OLE color: 4971760.
HSL color Cylindrical-coordinate representation of color #F0DC4B: hue angle of 52.73º 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 #F0DC4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 52.73º | 0.85% | 0.62% | - |
| HSV(B) | 52.73º | 0.69% | 0.94% | - |
| XYZ | 62.8 | 70.22 | 16.9 | - |
| YUV | 209.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 75 | 0 | 0.08 | 0.69 | 0.06 | 52.73 | 0.85 | 0.62 |
| Hex | F0 | DC | 4B | 0 | 8 | 45 | 6 | 35 | 55 | 3E |
| Octal | 360 | 334 | 113 | 0 | 10 | 105 | 6 | 65 | 125 | 76 |
| Binary | 11110000 | 11011100 | 1001011 | 0 | 1000 | 1000101 | 110 | 110101 | 1010101 | 111110 |
Color Harmonies of #F0DC4B
Complementary color
Monochromatic Colors of #F0DC4B
Black with #F0DC4B
Text Example
Text Example
White with #F0DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC4B; }
p { color: rgb(240,220,75); }
H1.HeaderClassName
{
color: #F0DC4B;
}
.AnyTagClassName
{
color: #F0DC4B;
}
</style>
background-color css
<style>
a { background-color: #F0DC4B; }
a { background-color: rgb(240,220,75); }
div.DivClassName
{
background-color: #F0DC4B;
}
.BgClassName
{
background-color: #F0DC4B;
}
</style>
border-color css
<style>
span { border-color: #F0DC4B; }
span { border-color: rgb(240,220,75); }
td.TdClassName
{
border-color: #F0DC4B;
}
.TagClassName
{
border-color: #F0DC4B;
}
</style>