Shades of Energy Yellow #F5D445
Tints of Energy Yellow #F5D445
RGB
CMYK
RGB Variations
Color information
#F5D445 (or 0xF5D445) is known color: Energy Yellow. HEX triplet: F5, D4 and 45. RGB value is (245,212,69). Sum of RGB (Red+Green+Blue) = 245+212+69=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D445 is #0A2BBA. Grayscale: #CECECE. Windows color (decimal): -666555 or 4576501. OLE color: 4576501.
HSL color Cylindrical-coordinate representation of color #F5D445: hue angle of 48.75º 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 #F5D445 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 69 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.04 |
| HSL | 48.75º | 0.9% | 0.62% | - |
| HSV(B) | 48.75º | 0.72% | 0.96% | - |
| XYZ | 62.27 | 66.93 | 15.27 | - |
| YUV | 205.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 69 | 0 | 0.13 | 0.72 | 0.04 | 48.75 | 0.9 | 0.62 |
| Hex | F5 | D4 | 45 | 0 | D | 48 | 4 | 31 | 5A | 3E |
| Octal | 365 | 324 | 105 | 0 | 15 | 110 | 4 | 61 | 132 | 76 |
| Binary | 11110101 | 11010100 | 1000101 | 0 | 1101 | 1001000 | 100 | 110001 | 1011010 | 111110 |
Color Harmonies of #F5D445
Complementary color
Monochromatic Colors of #F5D445
Black with #F5D445
Text Example
Text Example
White with #F5D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D445; }
p { color: rgb(245,212,69); }
H1.HeaderClassName
{
color: #F5D445;
}
.AnyTagClassName
{
color: #F5D445;
}
</style>
background-color css
<style>
a { background-color: #F5D445; }
a { background-color: rgb(245,212,69); }
div.DivClassName
{
background-color: #F5D445;
}
.BgClassName
{
background-color: #F5D445;
}
</style>
border-color css
<style>
span { border-color: #F5D445; }
span { border-color: rgb(245,212,69); }
td.TdClassName
{
border-color: #F5D445;
}
.TagClassName
{
border-color: #F5D445;
}
</style>