Shades of Energy Yellow #F2DC4C
Tints of Energy Yellow #F2DC4C
RGB
CMYK
RGB Variations
Color information
#F2DC4C (or 0xF2DC4C) is known color: Energy Yellow. HEX triplet: F2, DC and 4C. RGB value is (242,220,76). Sum of RGB (Red+Green+Blue) = 242+220+76=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC4C is #0D23B3. Grayscale: #D2D2D2. Windows color (decimal): -861108 or 5037298. OLE color: 5037298.
HSL color Cylindrical-coordinate representation of color #F2DC4C: hue angle of 52.05º 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 #F2DC4C is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 76 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.05 |
| HSL | 52.05º | 0.86% | 0.62% | - |
| HSV(B) | 52.05º | 0.69% | 0.95% | - |
| XYZ | 63.52 | 70.59 | 17.11 | - |
| YUV | 210.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 76 | 0 | 0.09 | 0.69 | 0.05 | 52.05 | 0.86 | 0.62 |
| Hex | F2 | DC | 4C | 0 | 9 | 45 | 5 | 34 | 56 | 3E |
| Octal | 362 | 334 | 114 | 0 | 11 | 105 | 5 | 64 | 126 | 76 |
| Binary | 11110010 | 11011100 | 1001100 | 0 | 1001 | 1000101 | 101 | 110100 | 1010110 | 111110 |
Color Harmonies of #F2DC4C
Complementary color
Monochromatic Colors of #F2DC4C
Black with #F2DC4C
Text Example
Text Example
White with #F2DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC4C; }
p { color: rgb(242,220,76); }
H1.HeaderClassName
{
color: #F2DC4C;
}
.AnyTagClassName
{
color: #F2DC4C;
}
</style>
background-color css
<style>
a { background-color: #F2DC4C; }
a { background-color: rgb(242,220,76); }
div.DivClassName
{
background-color: #F2DC4C;
}
.BgClassName
{
background-color: #F2DC4C;
}
</style>
border-color css
<style>
span { border-color: #F2DC4C; }
span { border-color: rgb(242,220,76); }
td.TdClassName
{
border-color: #F2DC4C;
}
.TagClassName
{
border-color: #F2DC4C;
}
</style>