Shades of Energy Yellow #F8D34E
Tints of Energy Yellow #F8D34E
RGB
CMYK
RGB Variations
Color information
#F8D34E (or 0xF8D34E) is known color: Energy Yellow. HEX triplet: F8, D3 and 4E. RGB value is (248,211,78). Sum of RGB (Red+Green+Blue) = 248+211+78=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D34E is #072CB1. Grayscale: #CFCFCF. Windows color (decimal): -470194 or 5166072. OLE color: 5166072.
HSL color Cylindrical-coordinate representation of color #F8D34E: hue angle of 46.94º 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 #F8D34E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 78 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.03 |
| HSL | 46.94º | 0.92% | 0.64% | - |
| HSV(B) | 46.94º | 0.69% | 0.97% | - |
| XYZ | 63.38 | 67.1 | 16.82 | - |
| YUV | 206.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 78 | 0 | 0.15 | 0.69 | 0.03 | 46.94 | 0.92 | 0.64 |
| Hex | F8 | D3 | 4E | 0 | F | 45 | 3 | 2F | 5C | 40 |
| Octal | 370 | 323 | 116 | 0 | 17 | 105 | 3 | 57 | 134 | 100 |
| Binary | 11111000 | 11010011 | 1001110 | 0 | 1111 | 1000101 | 11 | 101111 | 1011100 | 1000000 |
Color Harmonies of #F8D34E
Complementary color
Monochromatic Colors of #F8D34E
Black with #F8D34E
Text Example
Text Example
White with #F8D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D34E; }
p { color: rgb(248,211,78); }
H1.HeaderClassName
{
color: #F8D34E;
}
.AnyTagClassName
{
color: #F8D34E;
}
</style>
background-color css
<style>
a { background-color: #F8D34E; }
a { background-color: rgb(248,211,78); }
div.DivClassName
{
background-color: #F8D34E;
}
.BgClassName
{
background-color: #F8D34E;
}
</style>
border-color css
<style>
span { border-color: #F8D34E; }
span { border-color: rgb(248,211,78); }
td.TdClassName
{
border-color: #F8D34E;
}
.TagClassName
{
border-color: #F8D34E;
}
</style>