Shades of Energy Yellow #F8D342
Tints of Energy Yellow #F8D342
RGB
CMYK
RGB Variations
Color information
#F8D342 (or 0xF8D342) is known color: Energy Yellow. HEX triplet: F8, D3 and 42. RGB value is (248,211,66). Sum of RGB (Red+Green+Blue) = 248+211+66=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D342 is #072CBD. Grayscale: #CECECE. Windows color (decimal): -470206 or 4379640. OLE color: 4379640.
HSL color Cylindrical-coordinate representation of color #F8D342: hue angle of 47.8º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8D342 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 66 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.03 |
| HSL | 47.8º | 0.93% | 0.62% | - |
| HSV(B) | 47.8º | 0.73% | 0.97% | - |
| XYZ | 62.99 | 66.94 | 14.75 | - |
| YUV | 205.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 66 | 0 | 0.15 | 0.73 | 0.03 | 47.8 | 0.93 | 0.62 |
| Hex | F8 | D3 | 42 | 0 | F | 49 | 3 | 30 | 5D | 3E |
| Octal | 370 | 323 | 102 | 0 | 17 | 111 | 3 | 60 | 135 | 76 |
| Binary | 11111000 | 11010011 | 1000010 | 0 | 1111 | 1001001 | 11 | 110000 | 1011101 | 111110 |
Color Harmonies of #F8D342
Complementary color
Monochromatic Colors of #F8D342
Black with #F8D342
Text Example
Text Example
White with #F8D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D342; }
p { color: rgb(248,211,66); }
H1.HeaderClassName
{
color: #F8D342;
}
.AnyTagClassName
{
color: #F8D342;
}
</style>
background-color css
<style>
a { background-color: #F8D342; }
a { background-color: rgb(248,211,66); }
div.DivClassName
{
background-color: #F8D342;
}
.BgClassName
{
background-color: #F8D342;
}
</style>
border-color css
<style>
span { border-color: #F8D342; }
span { border-color: rgb(248,211,66); }
td.TdClassName
{
border-color: #F8D342;
}
.TagClassName
{
border-color: #F8D342;
}
</style>