Shades of Energy Yellow #F5D34D
Tints of Energy Yellow #F5D34D
RGB
CMYK
RGB Variations
Color information
#F5D34D (or 0xF5D34D) is known color: Energy Yellow. HEX triplet: F5, D3 and 4D. RGB value is (245,211,77). Sum of RGB (Red+Green+Blue) = 245+211+77=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D34D is #0A2CB2. Grayscale: #CECECE. Windows color (decimal): -666803 or 5100533. OLE color: 5100533.
HSL color Cylindrical-coordinate representation of color #F5D34D: hue angle of 47.86º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5D34D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 77 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.04 |
| HSL | 47.86º | 0.89% | 0.63% | - |
| HSV(B) | 47.86º | 0.69% | 0.96% | - |
| XYZ | 62.29 | 66.54 | 16.58 | - |
| YUV | 205.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 77 | 0 | 0.14 | 0.69 | 0.04 | 47.86 | 0.89 | 0.63 |
| Hex | F5 | D3 | 4D | 0 | E | 45 | 4 | 30 | 59 | 3F |
| Octal | 365 | 323 | 115 | 0 | 16 | 105 | 4 | 60 | 131 | 77 |
| Binary | 11110101 | 11010011 | 1001101 | 0 | 1110 | 1000101 | 100 | 110000 | 1011001 | 111111 |
Color Harmonies of #F5D34D
Complementary color
Monochromatic Colors of #F5D34D
Black with #F5D34D
Text Example
Text Example
White with #F5D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D34D; }
p { color: rgb(245,211,77); }
H1.HeaderClassName
{
color: #F5D34D;
}
.AnyTagClassName
{
color: #F5D34D;
}
</style>
background-color css
<style>
a { background-color: #F5D34D; }
a { background-color: rgb(245,211,77); }
div.DivClassName
{
background-color: #F5D34D;
}
.BgClassName
{
background-color: #F5D34D;
}
</style>
border-color css
<style>
span { border-color: #F5D34D; }
span { border-color: rgb(245,211,77); }
td.TdClassName
{
border-color: #F5D34D;
}
.TagClassName
{
border-color: #F5D34D;
}
</style>