Shades of Energy Yellow #F8D347
Tints of Energy Yellow #F8D347
RGB
CMYK
RGB Variations
Color information
#F8D347 (or 0xF8D347) is known color: Energy Yellow. HEX triplet: F8, D3 and 47. RGB value is (248,211,71). Sum of RGB (Red+Green+Blue) = 248+211+71=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D347 is #072CB8. Grayscale: #CECECE. Windows color (decimal): -470201 or 4707320. OLE color: 4707320.
HSL color Cylindrical-coordinate representation of color #F8D347: hue angle of 47.46º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8D347 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 71 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.03 |
| HSL | 47.46º | 0.93% | 0.63% | - |
| HSV(B) | 47.46º | 0.71% | 0.97% | - |
| XYZ | 63.14 | 67 | 15.57 | - |
| YUV | 206.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 71 | 0 | 0.15 | 0.71 | 0.03 | 47.46 | 0.93 | 0.63 |
| Hex | F8 | D3 | 47 | 0 | F | 47 | 3 | 2F | 5D | 3F |
| Octal | 370 | 323 | 107 | 0 | 17 | 107 | 3 | 57 | 135 | 77 |
| Binary | 11111000 | 11010011 | 1000111 | 0 | 1111 | 1000111 | 11 | 101111 | 1011101 | 111111 |
Color Harmonies of #F8D347
Complementary color
Monochromatic Colors of #F8D347
Black with #F8D347
Text Example
Text Example
White with #F8D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D347; }
p { color: rgb(248,211,71); }
H1.HeaderClassName
{
color: #F8D347;
}
.AnyTagClassName
{
color: #F8D347;
}
</style>
background-color css
<style>
a { background-color: #F8D347; }
a { background-color: rgb(248,211,71); }
div.DivClassName
{
background-color: #F8D347;
}
.BgClassName
{
background-color: #F8D347;
}
</style>
border-color css
<style>
span { border-color: #F8D347; }
span { border-color: rgb(248,211,71); }
td.TdClassName
{
border-color: #F8D347;
}
.TagClassName
{
border-color: #F8D347;
}
</style>