Shades of Energy Yellow #F0D74B
Tints of Energy Yellow #F0D74B
RGB
CMYK
RGB Variations
Color information
#F0D74B (or 0xF0D74B) is known color: Energy Yellow. HEX triplet: F0, D7 and 4B. RGB value is (240,215,75). Sum of RGB (Red+Green+Blue) = 240+215+75=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D74B is #0F28B4. Grayscale: #CFCFCF. Windows color (decimal): -993461 or 4970480. OLE color: 4970480.
HSL color Cylindrical-coordinate representation of color #F0D74B: hue angle of 50.91º 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 #F0D74B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 75 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.06 |
| HSL | 50.91º | 0.85% | 0.62% | - |
| HSV(B) | 50.91º | 0.69% | 0.94% | - |
| XYZ | 61.51 | 67.63 | 16.47 | - |
| YUV | 206.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 75 | 0 | 0.10 | 0.69 | 0.06 | 50.91 | 0.85 | 0.62 |
| Hex | F0 | D7 | 4B | 0 | A | 45 | 6 | 33 | 55 | 3E |
| Octal | 360 | 327 | 113 | 0 | 12 | 105 | 6 | 63 | 125 | 76 |
| Binary | 11110000 | 11010111 | 1001011 | 0 | 1010 | 1000101 | 110 | 110011 | 1010101 | 111110 |
Color Harmonies of #F0D74B
Complementary color
Monochromatic Colors of #F0D74B
Black with #F0D74B
Text Example
Text Example
White with #F0D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D74B; }
p { color: rgb(240,215,75); }
H1.HeaderClassName
{
color: #F0D74B;
}
.AnyTagClassName
{
color: #F0D74B;
}
</style>
background-color css
<style>
a { background-color: #F0D74B; }
a { background-color: rgb(240,215,75); }
div.DivClassName
{
background-color: #F0D74B;
}
.BgClassName
{
background-color: #F0D74B;
}
</style>
border-color css
<style>
span { border-color: #F0D74B; }
span { border-color: rgb(240,215,75); }
td.TdClassName
{
border-color: #F0D74B;
}
.TagClassName
{
border-color: #F0D74B;
}
</style>