Shades of Energy Yellow #F8D84D
Tints of Energy Yellow #F8D84D
RGB
CMYK
RGB Variations
Color information
#F8D84D (or 0xF8D84D) is known color: Energy Yellow. HEX triplet: F8, D8 and 4D. RGB value is (248,216,77). Sum of RGB (Red+Green+Blue) = 248+216+77=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D84D is #0727B2. Grayscale: #D2D2D2. Windows color (decimal): -468915 or 5101816. OLE color: 5101816.
HSL color Cylindrical-coordinate representation of color #F8D84D: hue angle of 48.77º 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 #F8D84D is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 77 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.03 |
| HSL | 48.77º | 0.92% | 0.64% | - |
| HSV(B) | 48.77º | 0.69% | 0.97% | - |
| XYZ | 64.61 | 69.6 | 17.05 | - |
| YUV | 209.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 77 | 0 | 0.13 | 0.69 | 0.03 | 48.77 | 0.92 | 0.64 |
| Hex | F8 | D8 | 4D | 0 | D | 45 | 3 | 31 | 5C | 40 |
| Octal | 370 | 330 | 115 | 0 | 15 | 105 | 3 | 61 | 134 | 100 |
| Binary | 11111000 | 11011000 | 1001101 | 0 | 1101 | 1000101 | 11 | 110001 | 1011100 | 1000000 |
Color Harmonies of #F8D84D
Complementary color
Monochromatic Colors of #F8D84D
Black with #F8D84D
Text Example
Text Example
White with #F8D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D84D; }
p { color: rgb(248,216,77); }
H1.HeaderClassName
{
color: #F8D84D;
}
.AnyTagClassName
{
color: #F8D84D;
}
</style>
background-color css
<style>
a { background-color: #F8D84D; }
a { background-color: rgb(248,216,77); }
div.DivClassName
{
background-color: #F8D84D;
}
.BgClassName
{
background-color: #F8D84D;
}
</style>
border-color css
<style>
span { border-color: #F8D84D; }
span { border-color: rgb(248,216,77); }
td.TdClassName
{
border-color: #F8D84D;
}
.TagClassName
{
border-color: #F8D84D;
}
</style>