Shades of Energy Yellow #F8DC4D
Tints of Energy Yellow #F8DC4D
RGB
CMYK
RGB Variations
Color information
#F8DC4D (or 0xF8DC4D) is known color: Energy Yellow. HEX triplet: F8, DC and 4D. RGB value is (248,220,77). Sum of RGB (Red+Green+Blue) = 248+220+77=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC4D is #0723B2. Grayscale: #D4D4D4. Windows color (decimal): -467891 or 5102840. OLE color: 5102840.
HSL color Cylindrical-coordinate representation of color #F8DC4D: hue angle of 50.18º 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 #F8DC4D is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 77 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.03 |
| HSL | 50.18º | 0.92% | 0.64% | - |
| HSV(B) | 50.18º | 0.69% | 0.97% | - |
| XYZ | 65.64 | 71.68 | 17.4 | - |
| YUV | 212.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 77 | 0 | 0.11 | 0.69 | 0.03 | 50.18 | 0.92 | 0.64 |
| Hex | F8 | DC | 4D | 0 | B | 45 | 3 | 32 | 5C | 40 |
| Octal | 370 | 334 | 115 | 0 | 13 | 105 | 3 | 62 | 134 | 100 |
| Binary | 11111000 | 11011100 | 1001101 | 0 | 1011 | 1000101 | 11 | 110010 | 1011100 | 1000000 |
Color Harmonies of #F8DC4D
Complementary color
Monochromatic Colors of #F8DC4D
Black with #F8DC4D
Text Example
Text Example
White with #F8DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC4D; }
p { color: rgb(248,220,77); }
H1.HeaderClassName
{
color: #F8DC4D;
}
.AnyTagClassName
{
color: #F8DC4D;
}
</style>
background-color css
<style>
a { background-color: #F8DC4D; }
a { background-color: rgb(248,220,77); }
div.DivClassName
{
background-color: #F8DC4D;
}
.BgClassName
{
background-color: #F8DC4D;
}
</style>
border-color css
<style>
span { border-color: #F8DC4D; }
span { border-color: rgb(248,220,77); }
td.TdClassName
{
border-color: #F8DC4D;
}
.TagClassName
{
border-color: #F8DC4D;
}
</style>