Shades of Energy Yellow #F7D64B
Tints of Energy Yellow #F7D64B
RGB
CMYK
RGB Variations
Color information
#F7D64B (or 0xF7D64B) is known color: Energy Yellow. HEX triplet: F7, D6 and 4B. RGB value is (247,214,75). Sum of RGB (Red+Green+Blue) = 247+214+75=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D64B is #0829B4. Grayscale: #D0D0D0. Windows color (decimal): -534965 or 4970231. OLE color: 4970231.
HSL color Cylindrical-coordinate representation of color #F7D64B: hue angle of 48.49º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7D64B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 75 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.03 |
| HSL | 48.49º | 0.91% | 0.63% | - |
| HSV(B) | 48.49º | 0.7% | 0.97% | - |
| XYZ | 63.67 | 68.38 | 16.5 | - |
| YUV | 208.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 75 | 0 | 0.13 | 0.70 | 0.03 | 48.49 | 0.91 | 0.63 |
| Hex | F7 | D6 | 4B | 0 | D | 46 | 3 | 30 | 5B | 3F |
| Octal | 367 | 326 | 113 | 0 | 15 | 106 | 3 | 60 | 133 | 77 |
| Binary | 11110111 | 11010110 | 1001011 | 0 | 1101 | 1000110 | 11 | 110000 | 1011011 | 111111 |
Color Harmonies of #F7D64B
Complementary color
Monochromatic Colors of #F7D64B
Black with #F7D64B
Text Example
Text Example
White with #F7D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D64B; }
p { color: rgb(247,214,75); }
H1.HeaderClassName
{
color: #F7D64B;
}
.AnyTagClassName
{
color: #F7D64B;
}
</style>
background-color css
<style>
a { background-color: #F7D64B; }
a { background-color: rgb(247,214,75); }
div.DivClassName
{
background-color: #F7D64B;
}
.BgClassName
{
background-color: #F7D64B;
}
</style>
border-color css
<style>
span { border-color: #F7D64B; }
span { border-color: rgb(247,214,75); }
td.TdClassName
{
border-color: #F7D64B;
}
.TagClassName
{
border-color: #F7D64B;
}
</style>