Shades of Energy Yellow #F5D346
Tints of Energy Yellow #F5D346
RGB
CMYK
RGB Variations
Color information
#F5D346 (or 0xF5D346) is known color: Energy Yellow. HEX triplet: F5, D3 and 46. RGB value is (245,211,70). Sum of RGB (Red+Green+Blue) = 245+211+70=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D346 is #0A2CB9. Grayscale: #CDCDCD. Windows color (decimal): -666810 or 4641781. OLE color: 4641781.
HSL color Cylindrical-coordinate representation of color #F5D346: hue angle of 48.34º 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 #F5D346 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 70 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.04 |
| HSL | 48.34º | 0.9% | 0.62% | - |
| HSV(B) | 48.34º | 0.71% | 0.96% | - |
| XYZ | 62.06 | 66.44 | 15.35 | - |
| YUV | 205.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 70 | 0 | 0.14 | 0.71 | 0.04 | 48.34 | 0.9 | 0.62 |
| Hex | F5 | D3 | 46 | 0 | E | 47 | 4 | 30 | 5A | 3E |
| Octal | 365 | 323 | 106 | 0 | 16 | 107 | 4 | 60 | 132 | 76 |
| Binary | 11110101 | 11010011 | 1000110 | 0 | 1110 | 1000111 | 100 | 110000 | 1011010 | 111110 |
Color Harmonies of #F5D346
Complementary color
Monochromatic Colors of #F5D346
Black with #F5D346
Text Example
Text Example
White with #F5D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D346; }
p { color: rgb(245,211,70); }
H1.HeaderClassName
{
color: #F5D346;
}
.AnyTagClassName
{
color: #F5D346;
}
</style>
background-color css
<style>
a { background-color: #F5D346; }
a { background-color: rgb(245,211,70); }
div.DivClassName
{
background-color: #F5D346;
}
.BgClassName
{
background-color: #F5D346;
}
</style>
border-color css
<style>
span { border-color: #F5D346; }
span { border-color: rgb(245,211,70); }
td.TdClassName
{
border-color: #F5D346;
}
.TagClassName
{
border-color: #F5D346;
}
</style>