Shades of Energy Yellow #F2D949
Tints of Energy Yellow #F2D949
RGB
CMYK
RGB Variations
Color information
#F2D949 (or 0xF2D949) is known color: Energy Yellow. HEX triplet: F2, D9 and 49. RGB value is (242,217,73). Sum of RGB (Red+Green+Blue) = 242+217+73=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D949 is #0D26B6. Grayscale: #D0D0D0. Windows color (decimal): -861879 or 4839922. OLE color: 4839922.
HSL color Cylindrical-coordinate representation of color #F2D949: hue angle of 51.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2D949 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 73 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.05 |
| HSL | 51.12º | 0.87% | 0.62% | - |
| HSV(B) | 51.12º | 0.7% | 0.95% | - |
| XYZ | 62.63 | 68.98 | 16.32 | - |
| YUV | 208.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 73 | 0 | 0.10 | 0.70 | 0.05 | 51.12 | 0.87 | 0.62 |
| Hex | F2 | D9 | 49 | 0 | A | 46 | 5 | 33 | 57 | 3E |
| Octal | 362 | 331 | 111 | 0 | 12 | 106 | 5 | 63 | 127 | 76 |
| Binary | 11110010 | 11011001 | 1001001 | 0 | 1010 | 1000110 | 101 | 110011 | 1010111 | 111110 |
Color Harmonies of #F2D949
Complementary color
Monochromatic Colors of #F2D949
Black with #F2D949
Text Example
Text Example
White with #F2D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D949; }
p { color: rgb(242,217,73); }
H1.HeaderClassName
{
color: #F2D949;
}
.AnyTagClassName
{
color: #F2D949;
}
</style>
background-color css
<style>
a { background-color: #F2D949; }
a { background-color: rgb(242,217,73); }
div.DivClassName
{
background-color: #F2D949;
}
.BgClassName
{
background-color: #F2D949;
}
</style>
border-color css
<style>
span { border-color: #F2D949; }
span { border-color: rgb(242,217,73); }
td.TdClassName
{
border-color: #F2D949;
}
.TagClassName
{
border-color: #F2D949;
}
</style>