Shades of Energy Yellow #F8D842
Tints of Energy Yellow #F8D842
RGB
CMYK
RGB Variations
Color information
#F8D842 (or 0xF8D842) is known color: Energy Yellow. HEX triplet: F8, D8 and 42. RGB value is (248,216,66). Sum of RGB (Red+Green+Blue) = 248+216+66=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D842 is #0727BD. Grayscale: #D1D1D1. Windows color (decimal): -468926 or 4380920. OLE color: 4380920.
HSL color Cylindrical-coordinate representation of color #F8D842: hue angle of 49.45º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8D842 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 66 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.03 |
| HSL | 49.45º | 0.93% | 0.62% | - |
| HSV(B) | 49.45º | 0.73% | 0.97% | - |
| XYZ | 64.25 | 69.46 | 15.18 | - |
| YUV | 208.47 | 47.6 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 66 | 0 | 0.13 | 0.73 | 0.03 | 49.45 | 0.93 | 0.62 |
| Hex | F8 | D8 | 42 | 0 | D | 49 | 3 | 31 | 5D | 3E |
| Octal | 370 | 330 | 102 | 0 | 15 | 111 | 3 | 61 | 135 | 76 |
| Binary | 11111000 | 11011000 | 1000010 | 0 | 1101 | 1001001 | 11 | 110001 | 1011101 | 111110 |
Color Harmonies of #F8D842
Complementary color
Monochromatic Colors of #F8D842
Black with #F8D842
Text Example
Text Example
White with #F8D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D842; }
p { color: rgb(248,216,66); }
H1.HeaderClassName
{
color: #F8D842;
}
.AnyTagClassName
{
color: #F8D842;
}
</style>
background-color css
<style>
a { background-color: #F8D842; }
a { background-color: rgb(248,216,66); }
div.DivClassName
{
background-color: #F8D842;
}
.BgClassName
{
background-color: #F8D842;
}
</style>
border-color css
<style>
span { border-color: #F8D842; }
span { border-color: rgb(248,216,66); }
td.TdClassName
{
border-color: #F8D842;
}
.TagClassName
{
border-color: #F8D842;
}
</style>