Shades of Energy Yellow #F5D44F
Tints of Energy Yellow #F5D44F
RGB
CMYK
RGB Variations
Color information
#F5D44F (or 0xF5D44F) is known color: Energy Yellow. HEX triplet: F5, D4 and 4F. RGB value is (245,212,79). Sum of RGB (Red+Green+Blue) = 245+212+79=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D44F is #0A2BB0. Grayscale: #CFCFCF. Windows color (decimal): -666545 or 5231861. OLE color: 5231861.
HSL color Cylindrical-coordinate representation of color #F5D44F: hue angle of 48.07º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5D44F is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 79 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.04 |
| HSL | 48.07º | 0.89% | 0.64% | - |
| HSV(B) | 48.07º | 0.68% | 0.96% | - |
| XYZ | 62.61 | 67.06 | 17.04 | - |
| YUV | 206.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 79 | 0 | 0.13 | 0.68 | 0.04 | 48.07 | 0.89 | 0.64 |
| Hex | F5 | D4 | 4F | 0 | D | 44 | 4 | 30 | 59 | 40 |
| Octal | 365 | 324 | 117 | 0 | 15 | 104 | 4 | 60 | 131 | 100 |
| Binary | 11110101 | 11010100 | 1001111 | 0 | 1101 | 1000100 | 100 | 110000 | 1011001 | 1000000 |
Color Harmonies of #F5D44F
Complementary color
Monochromatic Colors of #F5D44F
Black with #F5D44F
Text Example
Text Example
White with #F5D44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D44F; }
p { color: rgb(245,212,79); }
H1.HeaderClassName
{
color: #F5D44F;
}
.AnyTagClassName
{
color: #F5D44F;
}
</style>
background-color css
<style>
a { background-color: #F5D44F; }
a { background-color: rgb(245,212,79); }
div.DivClassName
{
background-color: #F5D44F;
}
.BgClassName
{
background-color: #F5D44F;
}
</style>
border-color css
<style>
span { border-color: #F5D44F; }
span { border-color: rgb(245,212,79); }
td.TdClassName
{
border-color: #F5D44F;
}
.TagClassName
{
border-color: #F5D44F;
}
</style>