Shades of Energy Yellow #F5D745
Tints of Energy Yellow #F5D745
RGB
CMYK
RGB Variations
Color information
#F5D745 (or 0xF5D745) is known color: Energy Yellow. HEX triplet: F5, D7 and 45. RGB value is (245,215,69). Sum of RGB (Red+Green+Blue) = 245+215+69=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D745 is #0A28BA. Grayscale: #CFCFCF. Windows color (decimal): -665787 or 4577269. OLE color: 4577269.
HSL color Cylindrical-coordinate representation of color #F5D745: hue angle of 49.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5D745 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 69 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.04 |
| HSL | 49.77º | 0.9% | 0.62% | - |
| HSV(B) | 49.77º | 0.72% | 0.96% | - |
| XYZ | 63.03 | 68.44 | 15.52 | - |
| YUV | 207.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 69 | 0 | 0.12 | 0.72 | 0.04 | 49.77 | 0.9 | 0.62 |
| Hex | F5 | D7 | 45 | 0 | C | 48 | 4 | 32 | 5A | 3E |
| Octal | 365 | 327 | 105 | 0 | 14 | 110 | 4 | 62 | 132 | 76 |
| Binary | 11110101 | 11010111 | 1000101 | 0 | 1100 | 1001000 | 100 | 110010 | 1011010 | 111110 |
Color Harmonies of #F5D745
Complementary color
Monochromatic Colors of #F5D745
Black with #F5D745
Text Example
Text Example
White with #F5D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D745; }
p { color: rgb(245,215,69); }
H1.HeaderClassName
{
color: #F5D745;
}
.AnyTagClassName
{
color: #F5D745;
}
</style>
background-color css
<style>
a { background-color: #F5D745; }
a { background-color: rgb(245,215,69); }
div.DivClassName
{
background-color: #F5D745;
}
.BgClassName
{
background-color: #F5D745;
}
</style>
border-color css
<style>
span { border-color: #F5D745; }
span { border-color: rgb(245,215,69); }
td.TdClassName
{
border-color: #F5D745;
}
.TagClassName
{
border-color: #F5D745;
}
</style>