Shades of Energy Yellow #F2DB4C
Tints of Energy Yellow #F2DB4C
RGB
CMYK
RGB Variations
Color information
#F2DB4C (or 0xF2DB4C) is known color: Energy Yellow. HEX triplet: F2, DB and 4C. RGB value is (242,219,76). Sum of RGB (Red+Green+Blue) = 242+219+76=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB4C is #0D24B3. Grayscale: #D2D2D2. Windows color (decimal): -861364 or 5037042. OLE color: 5037042.
HSL color Cylindrical-coordinate representation of color #F2DB4C: hue angle of 51.69º 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 #F2DB4C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 76 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.05 |
| HSL | 51.69º | 0.86% | 0.62% | - |
| HSV(B) | 51.69º | 0.69% | 0.95% | - |
| XYZ | 63.25 | 70.06 | 17.03 | - |
| YUV | 209.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 76 | 0 | 0.10 | 0.69 | 0.05 | 51.69 | 0.86 | 0.62 |
| Hex | F2 | DB | 4C | 0 | A | 45 | 5 | 34 | 56 | 3E |
| Octal | 362 | 333 | 114 | 0 | 12 | 105 | 5 | 64 | 126 | 76 |
| Binary | 11110010 | 11011011 | 1001100 | 0 | 1010 | 1000101 | 101 | 110100 | 1010110 | 111110 |
Color Harmonies of #F2DB4C
Complementary color
Monochromatic Colors of #F2DB4C
Black with #F2DB4C
Text Example
Text Example
White with #F2DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB4C; }
p { color: rgb(242,219,76); }
H1.HeaderClassName
{
color: #F2DB4C;
}
.AnyTagClassName
{
color: #F2DB4C;
}
</style>
background-color css
<style>
a { background-color: #F2DB4C; }
a { background-color: rgb(242,219,76); }
div.DivClassName
{
background-color: #F2DB4C;
}
.BgClassName
{
background-color: #F2DB4C;
}
</style>
border-color css
<style>
span { border-color: #F2DB4C; }
span { border-color: rgb(242,219,76); }
td.TdClassName
{
border-color: #F2DB4C;
}
.TagClassName
{
border-color: #F2DB4C;
}
</style>