Shades of Energy Yellow #F2D64D
Tints of Energy Yellow #F2D64D
RGB
CMYK
RGB Variations
Color information
#F2D64D (or 0xF2D64D) is known color: Energy Yellow. HEX triplet: F2, D6 and 4D. RGB value is (242,214,77). Sum of RGB (Red+Green+Blue) = 242+214+77=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D64D is #0D29B2. Grayscale: #CFCFCF. Windows color (decimal): -862643 or 5101298. OLE color: 5101298.
HSL color Cylindrical-coordinate representation of color #F2D64D: hue angle of 49.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2D64D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 77 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.05 |
| HSL | 49.82º | 0.86% | 0.63% | - |
| HSV(B) | 49.82º | 0.68% | 0.95% | - |
| XYZ | 62 | 67.51 | 16.78 | - |
| YUV | 206.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 77 | 0 | 0.12 | 0.68 | 0.05 | 49.82 | 0.86 | 0.63 |
| Hex | F2 | D6 | 4D | 0 | C | 44 | 5 | 32 | 56 | 3F |
| Octal | 362 | 326 | 115 | 0 | 14 | 104 | 5 | 62 | 126 | 77 |
| Binary | 11110010 | 11010110 | 1001101 | 0 | 1100 | 1000100 | 101 | 110010 | 1010110 | 111111 |
Color Harmonies of #F2D64D
Complementary color
Monochromatic Colors of #F2D64D
Black with #F2D64D
Text Example
Text Example
White with #F2D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D64D; }
p { color: rgb(242,214,77); }
H1.HeaderClassName
{
color: #F2D64D;
}
.AnyTagClassName
{
color: #F2D64D;
}
</style>
background-color css
<style>
a { background-color: #F2D64D; }
a { background-color: rgb(242,214,77); }
div.DivClassName
{
background-color: #F2D64D;
}
.BgClassName
{
background-color: #F2D64D;
}
</style>
border-color css
<style>
span { border-color: #F2D64D; }
span { border-color: rgb(242,214,77); }
td.TdClassName
{
border-color: #F2D64D;
}
.TagClassName
{
border-color: #F2D64D;
}
</style>