Shades of Energy Yellow #F8DC53
Tints of Energy Yellow #F8DC53
RGB
CMYK
RGB Variations
Color information
#F8DC53 (or 0xF8DC53) is known color: Energy Yellow. HEX triplet: F8, DC and 53. RGB value is (248,220,83). Sum of RGB (Red+Green+Blue) = 248+220+83=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC53 is #0723AC. Grayscale: #D5D5D5. Windows color (decimal): -467885 or 5496056. OLE color: 5496056.
HSL color Cylindrical-coordinate representation of color #F8DC53: hue angle of 49.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8DC53 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.03 |
| HSL | 49.82º | 0.92% | 0.65% | - |
| HSV(B) | 49.82º | 0.67% | 0.97% | - |
| XYZ | 65.87 | 71.77 | 18.56 | - |
| YUV | 212.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 83 | 0 | 0.11 | 0.67 | 0.03 | 49.82 | 0.92 | 0.65 |
| Hex | F8 | DC | 53 | 0 | B | 43 | 3 | 32 | 5C | 41 |
| Octal | 370 | 334 | 123 | 0 | 13 | 103 | 3 | 62 | 134 | 101 |
| Binary | 11111000 | 11011100 | 1010011 | 0 | 1011 | 1000011 | 11 | 110010 | 1011100 | 1000001 |
Color Harmonies of #F8DC53
Complementary color
Monochromatic Colors of #F8DC53
Black with #F8DC53
Text Example
Text Example
White with #F8DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC53; }
p { color: rgb(248,220,83); }
H1.HeaderClassName
{
color: #F8DC53;
}
.AnyTagClassName
{
color: #F8DC53;
}
</style>
background-color css
<style>
a { background-color: #F8DC53; }
a { background-color: rgb(248,220,83); }
div.DivClassName
{
background-color: #F8DC53;
}
.BgClassName
{
background-color: #F8DC53;
}
</style>
border-color css
<style>
span { border-color: #F8DC53; }
span { border-color: rgb(248,220,83); }
td.TdClassName
{
border-color: #F8DC53;
}
.TagClassName
{
border-color: #F8DC53;
}
</style>