Shades of Energy Yellow #F8DB4E
Tints of Energy Yellow #F8DB4E
RGB
CMYK
RGB Variations
Color information
#F8DB4E (or 0xF8DB4E) is known color: Energy Yellow. HEX triplet: F8, DB and 4E. RGB value is (248,219,78). Sum of RGB (Red+Green+Blue) = 248+219+78=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB4E is #0724B1. Grayscale: #D4D4D4. Windows color (decimal): -468146 or 5168120. OLE color: 5168120.
HSL color Cylindrical-coordinate representation of color #F8DB4E: hue angle of 49.76º 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 #F8DB4E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 78 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.03 |
| HSL | 49.76º | 0.92% | 0.64% | - |
| HSV(B) | 49.76º | 0.69% | 0.97% | - |
| XYZ | 65.42 | 71.17 | 17.5 | - |
| YUV | 211.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 78 | 0 | 0.12 | 0.69 | 0.03 | 49.76 | 0.92 | 0.64 |
| Hex | F8 | DB | 4E | 0 | C | 45 | 3 | 32 | 5C | 40 |
| Octal | 370 | 333 | 116 | 0 | 14 | 105 | 3 | 62 | 134 | 100 |
| Binary | 11111000 | 11011011 | 1001110 | 0 | 1100 | 1000101 | 11 | 110010 | 1011100 | 1000000 |
Color Harmonies of #F8DB4E
Complementary color
Monochromatic Colors of #F8DB4E
Black with #F8DB4E
Text Example
Text Example
White with #F8DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB4E; }
p { color: rgb(248,219,78); }
H1.HeaderClassName
{
color: #F8DB4E;
}
.AnyTagClassName
{
color: #F8DB4E;
}
</style>
background-color css
<style>
a { background-color: #F8DB4E; }
a { background-color: rgb(248,219,78); }
div.DivClassName
{
background-color: #F8DB4E;
}
.BgClassName
{
background-color: #F8DB4E;
}
</style>
border-color css
<style>
span { border-color: #F8DB4E; }
span { border-color: rgb(248,219,78); }
td.TdClassName
{
border-color: #F8DB4E;
}
.TagClassName
{
border-color: #F8DB4E;
}
</style>