Shades of Energy Yellow #F5D64A
Tints of Energy Yellow #F5D64A
RGB
CMYK
RGB Variations
Color information
#F5D64A (or 0xF5D64A) is known color: Energy Yellow. HEX triplet: F5, D6 and 4A. RGB value is (245,214,74). Sum of RGB (Red+Green+Blue) = 245+214+74=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D64A is #0A29B5. Grayscale: #CFCFCF. Windows color (decimal): -666038 or 4904693. OLE color: 4904693.
HSL color Cylindrical-coordinate representation of color #F5D64A: hue angle of 49.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5D64A is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 74 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.04 |
| HSL | 49.12º | 0.9% | 0.63% | - |
| HSV(B) | 49.12º | 0.7% | 0.96% | - |
| XYZ | 62.94 | 68 | 16.29 | - |
| YUV | 207.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 74 | 0 | 0.13 | 0.70 | 0.04 | 49.12 | 0.9 | 0.63 |
| Hex | F5 | D6 | 4A | 0 | D | 46 | 4 | 31 | 5A | 3F |
| Octal | 365 | 326 | 112 | 0 | 15 | 106 | 4 | 61 | 132 | 77 |
| Binary | 11110101 | 11010110 | 1001010 | 0 | 1101 | 1000110 | 100 | 110001 | 1011010 | 111111 |
Color Harmonies of #F5D64A
Complementary color
Monochromatic Colors of #F5D64A
Black with #F5D64A
Text Example
Text Example
White with #F5D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D64A; }
p { color: rgb(245,214,74); }
H1.HeaderClassName
{
color: #F5D64A;
}
.AnyTagClassName
{
color: #F5D64A;
}
</style>
background-color css
<style>
a { background-color: #F5D64A; }
a { background-color: rgb(245,214,74); }
div.DivClassName
{
background-color: #F5D64A;
}
.BgClassName
{
background-color: #F5D64A;
}
</style>
border-color css
<style>
span { border-color: #F5D64A; }
span { border-color: rgb(245,214,74); }
td.TdClassName
{
border-color: #F5D64A;
}
.TagClassName
{
border-color: #F5D64A;
}
</style>