Shades of Energy Yellow #F8D445
Tints of Energy Yellow #F8D445
RGB
CMYK
RGB Variations
Color information
#F8D445 (or 0xF8D445) is known color: Energy Yellow. HEX triplet: F8, D4 and 45. RGB value is (248,212,69). Sum of RGB (Red+Green+Blue) = 248+212+69=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D445 is #072BBA. Grayscale: #CFCFCF. Windows color (decimal): -469947 or 4576504. OLE color: 4576504.
HSL color Cylindrical-coordinate representation of color #F8D445: hue angle of 47.93º 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 #F8D445 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 69 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.03 |
| HSL | 47.93º | 0.93% | 0.62% | - |
| HSV(B) | 47.93º | 0.72% | 0.97% | - |
| XYZ | 63.33 | 67.47 | 15.32 | - |
| YUV | 206.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 69 | 0 | 0.15 | 0.72 | 0.03 | 47.93 | 0.93 | 0.62 |
| Hex | F8 | D4 | 45 | 0 | F | 48 | 3 | 30 | 5D | 3E |
| Octal | 370 | 324 | 105 | 0 | 17 | 110 | 3 | 60 | 135 | 76 |
| Binary | 11111000 | 11010100 | 1000101 | 0 | 1111 | 1001000 | 11 | 110000 | 1011101 | 111110 |
Color Harmonies of #F8D445
Complementary color
Monochromatic Colors of #F8D445
Black with #F8D445
Text Example
Text Example
White with #F8D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D445; }
p { color: rgb(248,212,69); }
H1.HeaderClassName
{
color: #F8D445;
}
.AnyTagClassName
{
color: #F8D445;
}
</style>
background-color css
<style>
a { background-color: #F8D445; }
a { background-color: rgb(248,212,69); }
div.DivClassName
{
background-color: #F8D445;
}
.BgClassName
{
background-color: #F8D445;
}
</style>
border-color css
<style>
span { border-color: #F8D445; }
span { border-color: rgb(248,212,69); }
td.TdClassName
{
border-color: #F8D445;
}
.TagClassName
{
border-color: #F8D445;
}
</style>