Shades of Energy Yellow #F8D64C
Tints of Energy Yellow #F8D64C
RGB
CMYK
RGB Variations
Color information
#F8D64C (or 0xF8D64C) is known color: Energy Yellow. HEX triplet: F8, D6 and 4C. RGB value is (248,214,76). Sum of RGB (Red+Green+Blue) = 248+214+76=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D64C is #0729B3. Grayscale: #D1D1D1. Windows color (decimal): -469428 or 5035768. OLE color: 5035768.
HSL color Cylindrical-coordinate representation of color #F8D64C: hue angle of 48.14º 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 #F8D64C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 76 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.03 |
| HSL | 48.14º | 0.92% | 0.64% | - |
| HSV(B) | 48.14º | 0.69% | 0.97% | - |
| XYZ | 64.06 | 68.57 | 16.7 | - |
| YUV | 208.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 76 | 0 | 0.14 | 0.69 | 0.03 | 48.14 | 0.92 | 0.64 |
| Hex | F8 | D6 | 4C | 0 | E | 45 | 3 | 30 | 5C | 40 |
| Octal | 370 | 326 | 114 | 0 | 16 | 105 | 3 | 60 | 134 | 100 |
| Binary | 11111000 | 11010110 | 1001100 | 0 | 1110 | 1000101 | 11 | 110000 | 1011100 | 1000000 |
Color Harmonies of #F8D64C
Complementary color
Monochromatic Colors of #F8D64C
Black with #F8D64C
Text Example
Text Example
White with #F8D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D64C; }
p { color: rgb(248,214,76); }
H1.HeaderClassName
{
color: #F8D64C;
}
.AnyTagClassName
{
color: #F8D64C;
}
</style>
background-color css
<style>
a { background-color: #F8D64C; }
a { background-color: rgb(248,214,76); }
div.DivClassName
{
background-color: #F8D64C;
}
.BgClassName
{
background-color: #F8D64C;
}
</style>
border-color css
<style>
span { border-color: #F8D64C; }
span { border-color: rgb(248,214,76); }
td.TdClassName
{
border-color: #F8D64C;
}
.TagClassName
{
border-color: #F8D64C;
}
</style>