Shades of Energy Yellow #F8D64D
Tints of Energy Yellow #F8D64D
RGB
CMYK
RGB Variations
Color information
#F8D64D (or 0xF8D64D) is known color: Energy Yellow. HEX triplet: F8, D6 and 4D. RGB value is (248,214,77). Sum of RGB (Red+Green+Blue) = 248+214+77=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D64D is #0729B2. Grayscale: #D1D1D1. Windows color (decimal): -469427 or 5101304. OLE color: 5101304.
HSL color Cylindrical-coordinate representation of color #F8D64D: hue angle of 48.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8D64D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 77 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.03 |
| HSL | 48.07º | 0.92% | 0.64% | - |
| HSV(B) | 48.07º | 0.69% | 0.97% | - |
| XYZ | 64.1 | 68.59 | 16.88 | - |
| YUV | 208.55 | 53.76 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 77 | 0 | 0.14 | 0.69 | 0.03 | 48.07 | 0.92 | 0.64 |
| Hex | F8 | D6 | 4D | 0 | E | 45 | 3 | 30 | 5C | 40 |
| Octal | 370 | 326 | 115 | 0 | 16 | 105 | 3 | 60 | 134 | 100 |
| Binary | 11111000 | 11010110 | 1001101 | 0 | 1110 | 1000101 | 11 | 110000 | 1011100 | 1000000 |
Color Harmonies of #F8D64D
Complementary color
Monochromatic Colors of #F8D64D
Black with #F8D64D
Text Example
Text Example
White with #F8D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D64D; }
p { color: rgb(248,214,77); }
H1.HeaderClassName
{
color: #F8D64D;
}
.AnyTagClassName
{
color: #F8D64D;
}
</style>
background-color css
<style>
a { background-color: #F8D64D; }
a { background-color: rgb(248,214,77); }
div.DivClassName
{
background-color: #F8D64D;
}
.BgClassName
{
background-color: #F8D64D;
}
</style>
border-color css
<style>
span { border-color: #F8D64D; }
span { border-color: rgb(248,214,77); }
td.TdClassName
{
border-color: #F8D64D;
}
.TagClassName
{
border-color: #F8D64D;
}
</style>