Shades of Energy Yellow #F8D945
Tints of Energy Yellow #F8D945
RGB
CMYK
RGB Variations
Color information
#F8D945 (or 0xF8D945) is known color: Energy Yellow. HEX triplet: F8, D9 and 45. RGB value is (248,217,69). Sum of RGB (Red+Green+Blue) = 248+217+69=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D945 is #0726BA. Grayscale: #D2D2D2. Windows color (decimal): -468667 or 4577784. OLE color: 4577784.
HSL color Cylindrical-coordinate representation of color #F8D945: hue angle of 49.61º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8D945 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 69 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.03 |
| HSL | 49.61º | 0.93% | 0.62% | - |
| HSV(B) | 49.61º | 0.72% | 0.97% | - |
| XYZ | 64.6 | 70.01 | 15.74 | - |
| YUV | 209.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 69 | 0 | 0.12 | 0.72 | 0.03 | 49.61 | 0.93 | 0.62 |
| Hex | F8 | D9 | 45 | 0 | C | 48 | 3 | 32 | 5D | 3E |
| Octal | 370 | 331 | 105 | 0 | 14 | 110 | 3 | 62 | 135 | 76 |
| Binary | 11111000 | 11011001 | 1000101 | 0 | 1100 | 1001000 | 11 | 110010 | 1011101 | 111110 |
Color Harmonies of #F8D945
Complementary color
Monochromatic Colors of #F8D945
Black with #F8D945
Text Example
Text Example
White with #F8D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D945; }
p { color: rgb(248,217,69); }
H1.HeaderClassName
{
color: #F8D945;
}
.AnyTagClassName
{
color: #F8D945;
}
</style>
background-color css
<style>
a { background-color: #F8D945; }
a { background-color: rgb(248,217,69); }
div.DivClassName
{
background-color: #F8D945;
}
.BgClassName
{
background-color: #F8D945;
}
</style>
border-color css
<style>
span { border-color: #F8D945; }
span { border-color: rgb(248,217,69); }
td.TdClassName
{
border-color: #F8D945;
}
.TagClassName
{
border-color: #F8D945;
}
</style>