Shades of Energy Yellow #F2DB4E
Tints of Energy Yellow #F2DB4E
RGB
CMYK
RGB Variations
Color information
#F2DB4E (or 0xF2DB4E) is known color: Energy Yellow. HEX triplet: F2, DB and 4E. RGB value is (242,219,78). Sum of RGB (Red+Green+Blue) = 242+219+78=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB4E is #0D24B1. Grayscale: #D2D2D2. Windows color (decimal): -861362 or 5168114. OLE color: 5168114.
HSL color Cylindrical-coordinate representation of color #F2DB4E: hue angle of 51.59º 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 #F2DB4E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 78 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.05 |
| HSL | 51.59º | 0.86% | 0.63% | - |
| HSV(B) | 51.59º | 0.68% | 0.95% | - |
| XYZ | 63.32 | 70.09 | 17.4 | - |
| YUV | 209.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 78 | 0 | 0.10 | 0.68 | 0.05 | 51.59 | 0.86 | 0.63 |
| Hex | F2 | DB | 4E | 0 | A | 44 | 5 | 34 | 56 | 3F |
| Octal | 362 | 333 | 116 | 0 | 12 | 104 | 5 | 64 | 126 | 77 |
| Binary | 11110010 | 11011011 | 1001110 | 0 | 1010 | 1000100 | 101 | 110100 | 1010110 | 111111 |
Color Harmonies of #F2DB4E
Complementary color
Monochromatic Colors of #F2DB4E
Black with #F2DB4E
Text Example
Text Example
White with #F2DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB4E; }
p { color: rgb(242,219,78); }
H1.HeaderClassName
{
color: #F2DB4E;
}
.AnyTagClassName
{
color: #F2DB4E;
}
</style>
background-color css
<style>
a { background-color: #F2DB4E; }
a { background-color: rgb(242,219,78); }
div.DivClassName
{
background-color: #F2DB4E;
}
.BgClassName
{
background-color: #F2DB4E;
}
</style>
border-color css
<style>
span { border-color: #F2DB4E; }
span { border-color: rgb(242,219,78); }
td.TdClassName
{
border-color: #F2DB4E;
}
.TagClassName
{
border-color: #F2DB4E;
}
</style>