Shades of Energy Yellow #F8DB50
Tints of Energy Yellow #F8DB50
RGB
CMYK
RGB Variations
Color information
#F8DB50 (or 0xF8DB50) is known color: Energy Yellow. HEX triplet: F8, DB and 50. RGB value is (248,219,80). Sum of RGB (Red+Green+Blue) = 248+219+80=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB50 is #0724AF. Grayscale: #D4D4D4. Windows color (decimal): -468144 or 5299192. OLE color: 5299192.
HSL color Cylindrical-coordinate representation of color #F8DB50: hue angle of 49.64º 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 #F8DB50 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 80 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.03 |
| HSL | 49.64º | 0.92% | 0.64% | - |
| HSV(B) | 49.64º | 0.68% | 0.97% | - |
| XYZ | 65.49 | 71.2 | 17.88 | - |
| YUV | 211.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 80 | 0 | 0.12 | 0.68 | 0.03 | 49.64 | 0.92 | 0.64 |
| Hex | F8 | DB | 50 | 0 | C | 44 | 3 | 32 | 5C | 40 |
| Octal | 370 | 333 | 120 | 0 | 14 | 104 | 3 | 62 | 134 | 100 |
| Binary | 11111000 | 11011011 | 1010000 | 0 | 1100 | 1000100 | 11 | 110010 | 1011100 | 1000000 |
Color Harmonies of #F8DB50
Complementary color
Monochromatic Colors of #F8DB50
Black with #F8DB50
Text Example
Text Example
White with #F8DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB50; }
p { color: rgb(248,219,80); }
H1.HeaderClassName
{
color: #F8DB50;
}
.AnyTagClassName
{
color: #F8DB50;
}
</style>
background-color css
<style>
a { background-color: #F8DB50; }
a { background-color: rgb(248,219,80); }
div.DivClassName
{
background-color: #F8DB50;
}
.BgClassName
{
background-color: #F8DB50;
}
</style>
border-color css
<style>
span { border-color: #F8DB50; }
span { border-color: rgb(248,219,80); }
td.TdClassName
{
border-color: #F8DB50;
}
.TagClassName
{
border-color: #F8DB50;
}
</style>