Shades of Energy Yellow #F5D247
Tints of Energy Yellow #F5D247
RGB
CMYK
RGB Variations
Color information
#F5D247 (or 0xF5D247) is known color: Energy Yellow. HEX triplet: F5, D2 and 47. RGB value is (245,210,71). Sum of RGB (Red+Green+Blue) = 245+210+71=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D247 is #0A2DB8. Grayscale: #CDCDCD. Windows color (decimal): -667065 or 4707061. OLE color: 4707061.
HSL color Cylindrical-coordinate representation of color #F5D247: hue angle of 47.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5D247 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 71 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.04 |
| HSL | 47.93º | 0.9% | 0.62% | - |
| HSV(B) | 47.93º | 0.71% | 0.96% | - |
| XYZ | 61.84 | 65.96 | 15.43 | - |
| YUV | 204.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 71 | 0 | 0.14 | 0.71 | 0.04 | 47.93 | 0.9 | 0.62 |
| Hex | F5 | D2 | 47 | 0 | E | 47 | 4 | 30 | 5A | 3E |
| Octal | 365 | 322 | 107 | 0 | 16 | 107 | 4 | 60 | 132 | 76 |
| Binary | 11110101 | 11010010 | 1000111 | 0 | 1110 | 1000111 | 100 | 110000 | 1011010 | 111110 |
Color Harmonies of #F5D247
Complementary color
Monochromatic Colors of #F5D247
Black with #F5D247
Text Example
Text Example
White with #F5D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D247; }
p { color: rgb(245,210,71); }
H1.HeaderClassName
{
color: #F5D247;
}
.AnyTagClassName
{
color: #F5D247;
}
</style>
background-color css
<style>
a { background-color: #F5D247; }
a { background-color: rgb(245,210,71); }
div.DivClassName
{
background-color: #F5D247;
}
.BgClassName
{
background-color: #F5D247;
}
</style>
border-color css
<style>
span { border-color: #F5D247; }
span { border-color: rgb(245,210,71); }
td.TdClassName
{
border-color: #F5D247;
}
.TagClassName
{
border-color: #F5D247;
}
</style>