Shades of Energy Yellow #F2D84C
Tints of Energy Yellow #F2D84C
RGB
CMYK
RGB Variations
Color information
#F2D84C (or 0xF2D84C) is known color: Energy Yellow. HEX triplet: F2, D8 and 4C. RGB value is (242,216,76). Sum of RGB (Red+Green+Blue) = 242+216+76=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D84C is #0D27B3. Grayscale: #D0D0D0. Windows color (decimal): -862132 or 5036274. OLE color: 5036274.
HSL color Cylindrical-coordinate representation of color #F2D84C: hue angle of 50.6º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2D84C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 76 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.05 |
| HSL | 50.6º | 0.86% | 0.62% | - |
| HSV(B) | 50.6º | 0.69% | 0.95% | - |
| XYZ | 62.48 | 68.51 | 16.77 | - |
| YUV | 207.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 76 | 0 | 0.11 | 0.69 | 0.05 | 50.6 | 0.86 | 0.62 |
| Hex | F2 | D8 | 4C | 0 | B | 45 | 5 | 33 | 56 | 3E |
| Octal | 362 | 330 | 114 | 0 | 13 | 105 | 5 | 63 | 126 | 76 |
| Binary | 11110010 | 11011000 | 1001100 | 0 | 1011 | 1000101 | 101 | 110011 | 1010110 | 111110 |
Color Harmonies of #F2D84C
Complementary color
Monochromatic Colors of #F2D84C
Black with #F2D84C
Text Example
Text Example
White with #F2D84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D84C; }
p { color: rgb(242,216,76); }
H1.HeaderClassName
{
color: #F2D84C;
}
.AnyTagClassName
{
color: #F2D84C;
}
</style>
background-color css
<style>
a { background-color: #F2D84C; }
a { background-color: rgb(242,216,76); }
div.DivClassName
{
background-color: #F2D84C;
}
.BgClassName
{
background-color: #F2D84C;
}
</style>
border-color css
<style>
span { border-color: #F2D84C; }
span { border-color: rgb(242,216,76); }
td.TdClassName
{
border-color: #F2D84C;
}
.TagClassName
{
border-color: #F2D84C;
}
</style>