Shades of Energy Yellow #F8D54B
Tints of Energy Yellow #F8D54B
RGB
CMYK
RGB Variations
Color information
#F8D54B (or 0xF8D54B) is known color: Energy Yellow. HEX triplet: F8, D5 and 4B. RGB value is (248,213,75). Sum of RGB (Red+Green+Blue) = 248+213+75=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D54B is #072AB4. Grayscale: #D0D0D0. Windows color (decimal): -469685 or 4969976. OLE color: 4969976.
HSL color Cylindrical-coordinate representation of color #F8D54B: hue angle of 47.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8D54B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 75 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.03 |
| HSL | 47.86º | 0.93% | 0.63% | - |
| HSV(B) | 47.86º | 0.7% | 0.97% | - |
| XYZ | 63.78 | 68.05 | 16.43 | - |
| YUV | 207.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 75 | 0 | 0.14 | 0.70 | 0.03 | 47.86 | 0.93 | 0.63 |
| Hex | F8 | D5 | 4B | 0 | E | 46 | 3 | 30 | 5D | 3F |
| Octal | 370 | 325 | 113 | 0 | 16 | 106 | 3 | 60 | 135 | 77 |
| Binary | 11111000 | 11010101 | 1001011 | 0 | 1110 | 1000110 | 11 | 110000 | 1011101 | 111111 |
Color Harmonies of #F8D54B
Complementary color
Monochromatic Colors of #F8D54B
Black with #F8D54B
Text Example
Text Example
White with #F8D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D54B; }
p { color: rgb(248,213,75); }
H1.HeaderClassName
{
color: #F8D54B;
}
.AnyTagClassName
{
color: #F8D54B;
}
</style>
background-color css
<style>
a { background-color: #F8D54B; }
a { background-color: rgb(248,213,75); }
div.DivClassName
{
background-color: #F8D54B;
}
.BgClassName
{
background-color: #F8D54B;
}
</style>
border-color css
<style>
span { border-color: #F8D54B; }
span { border-color: rgb(248,213,75); }
td.TdClassName
{
border-color: #F8D54B;
}
.TagClassName
{
border-color: #F8D54B;
}
</style>