Shades of Energy Yellow #F5D34B
Tints of Energy Yellow #F5D34B
RGB
CMYK
RGB Variations
Color information
#F5D34B (or 0xF5D34B) is known color: Energy Yellow. HEX triplet: F5, D3 and 4B. RGB value is (245,211,75). Sum of RGB (Red+Green+Blue) = 245+211+75=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D34B is #0A2CB4. Grayscale: #CECECE. Windows color (decimal): -666805 or 4969461. OLE color: 4969461.
HSL color Cylindrical-coordinate representation of color #F5D34B: hue angle of 48º 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 #F5D34B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 75 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.04 |
| HSL | 48º | 0.89% | 0.63% | - |
| HSV(B) | 48º | 0.69% | 0.96% | - |
| XYZ | 62.22 | 66.51 | 16.21 | - |
| YUV | 205.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 75 | 0 | 0.14 | 0.69 | 0.04 | 48 | 0.89 | 0.63 |
| Hex | F5 | D3 | 4B | 0 | E | 45 | 4 | 30 | 59 | 3F |
| Octal | 365 | 323 | 113 | 0 | 16 | 105 | 4 | 60 | 131 | 77 |
| Binary | 11110101 | 11010011 | 1001011 | 0 | 1110 | 1000101 | 100 | 110000 | 1011001 | 111111 |
Color Harmonies of #F5D34B
Complementary color
Monochromatic Colors of #F5D34B
Black with #F5D34B
Text Example
Text Example
White with #F5D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D34B; }
p { color: rgb(245,211,75); }
H1.HeaderClassName
{
color: #F5D34B;
}
.AnyTagClassName
{
color: #F5D34B;
}
</style>
background-color css
<style>
a { background-color: #F5D34B; }
a { background-color: rgb(245,211,75); }
div.DivClassName
{
background-color: #F5D34B;
}
.BgClassName
{
background-color: #F5D34B;
}
</style>
border-color css
<style>
span { border-color: #F5D34B; }
span { border-color: rgb(245,211,75); }
td.TdClassName
{
border-color: #F5D34B;
}
.TagClassName
{
border-color: #F5D34B;
}
</style>