Shades of Energy Yellow #F8D750
Tints of Energy Yellow #F8D750
RGB
CMYK
RGB Variations
Color information
#F8D750 (or 0xF8D750) is known color: Energy Yellow. HEX triplet: F8, D7 and 50. RGB value is (248,215,80). Sum of RGB (Red+Green+Blue) = 248+215+80=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D750 is #0728AF. Grayscale: #D2D2D2. Windows color (decimal): -469168 or 5298168. OLE color: 5298168.
HSL color Cylindrical-coordinate representation of color #F8D750: hue angle of 48.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8D750 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 80 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.03 |
| HSL | 48.21º | 0.92% | 0.64% | - |
| HSV(B) | 48.21º | 0.68% | 0.97% | - |
| XYZ | 64.46 | 69.14 | 17.54 | - |
| YUV | 209.48 | 54.93 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 80 | 0 | 0.13 | 0.68 | 0.03 | 48.21 | 0.92 | 0.64 |
| Hex | F8 | D7 | 50 | 0 | D | 44 | 3 | 30 | 5C | 40 |
| Octal | 370 | 327 | 120 | 0 | 15 | 104 | 3 | 60 | 134 | 100 |
| Binary | 11111000 | 11010111 | 1010000 | 0 | 1101 | 1000100 | 11 | 110000 | 1011100 | 1000000 |
Color Harmonies of #F8D750
Complementary color
Monochromatic Colors of #F8D750
Black with #F8D750
Text Example
Text Example
White with #F8D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D750; }
p { color: rgb(248,215,80); }
H1.HeaderClassName
{
color: #F8D750;
}
.AnyTagClassName
{
color: #F8D750;
}
</style>
background-color css
<style>
a { background-color: #F8D750; }
a { background-color: rgb(248,215,80); }
div.DivClassName
{
background-color: #F8D750;
}
.BgClassName
{
background-color: #F8D750;
}
</style>
border-color css
<style>
span { border-color: #F8D750; }
span { border-color: rgb(248,215,80); }
td.TdClassName
{
border-color: #F8D750;
}
.TagClassName
{
border-color: #F8D750;
}
</style>