Shades of Energy Yellow #F2D84D
Tints of Energy Yellow #F2D84D
RGB
CMYK
RGB Variations
Color information
#F2D84D (or 0xF2D84D) is known color: Energy Yellow. HEX triplet: F2, D8 and 4D. RGB value is (242,216,77). Sum of RGB (Red+Green+Blue) = 242+216+77=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D84D is #0D27B2. Grayscale: #D0D0D0. Windows color (decimal): -862131 or 5101810. OLE color: 5101810.
HSL color Cylindrical-coordinate representation of color #F2D84D: hue angle of 50.55º 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 #F2D84D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 77 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.05 |
| HSL | 50.55º | 0.86% | 0.63% | - |
| HSV(B) | 50.55º | 0.68% | 0.95% | - |
| XYZ | 62.51 | 68.52 | 16.95 | - |
| YUV | 207.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 77 | 0 | 0.11 | 0.68 | 0.05 | 50.55 | 0.86 | 0.63 |
| Hex | F2 | D8 | 4D | 0 | B | 44 | 5 | 33 | 56 | 3F |
| Octal | 362 | 330 | 115 | 0 | 13 | 104 | 5 | 63 | 126 | 77 |
| Binary | 11110010 | 11011000 | 1001101 | 0 | 1011 | 1000100 | 101 | 110011 | 1010110 | 111111 |
Color Harmonies of #F2D84D
Complementary color
Monochromatic Colors of #F2D84D
Black with #F2D84D
Text Example
Text Example
White with #F2D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D84D; }
p { color: rgb(242,216,77); }
H1.HeaderClassName
{
color: #F2D84D;
}
.AnyTagClassName
{
color: #F2D84D;
}
</style>
background-color css
<style>
a { background-color: #F2D84D; }
a { background-color: rgb(242,216,77); }
div.DivClassName
{
background-color: #F2D84D;
}
.BgClassName
{
background-color: #F2D84D;
}
</style>
border-color css
<style>
span { border-color: #F2D84D; }
span { border-color: rgb(242,216,77); }
td.TdClassName
{
border-color: #F2D84D;
}
.TagClassName
{
border-color: #F2D84D;
}
</style>