Shades of Energy Yellow #F2DE4C
Tints of Energy Yellow #F2DE4C
RGB
CMYK
RGB Variations
Color information
#F2DE4C (or 0xF2DE4C) is known color: Energy Yellow. HEX triplet: F2, DE and 4C. RGB value is (242,222,76). Sum of RGB (Red+Green+Blue) = 242+222+76=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DE4C is #0D21B3. Grayscale: #D3D3D3. Windows color (decimal): -860596 or 5037810. OLE color: 5037810.
HSL color Cylindrical-coordinate representation of color #F2DE4C: hue angle of 52.77º 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 #F2DE4C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 76 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.05 |
| HSL | 52.77º | 0.86% | 0.62% | - |
| HSV(B) | 52.77º | 0.69% | 0.95% | - |
| XYZ | 64.04 | 71.64 | 17.29 | - |
| YUV | 211.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 76 | 0 | 0.08 | 0.69 | 0.05 | 52.77 | 0.86 | 0.62 |
| Hex | F2 | DE | 4C | 0 | 8 | 45 | 5 | 35 | 56 | 3E |
| Octal | 362 | 336 | 114 | 0 | 10 | 105 | 5 | 65 | 126 | 76 |
| Binary | 11110010 | 11011110 | 1001100 | 0 | 1000 | 1000101 | 101 | 110101 | 1010110 | 111110 |
Color Harmonies of #F2DE4C
Complementary color
Monochromatic Colors of #F2DE4C
Black with #F2DE4C
Text Example
Text Example
White with #F2DE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE4C; }
p { color: rgb(242,222,76); }
H1.HeaderClassName
{
color: #F2DE4C;
}
.AnyTagClassName
{
color: #F2DE4C;
}
</style>
background-color css
<style>
a { background-color: #F2DE4C; }
a { background-color: rgb(242,222,76); }
div.DivClassName
{
background-color: #F2DE4C;
}
.BgClassName
{
background-color: #F2DE4C;
}
</style>
border-color css
<style>
span { border-color: #F2DE4C; }
span { border-color: rgb(242,222,76); }
td.TdClassName
{
border-color: #F2DE4C;
}
.TagClassName
{
border-color: #F2DE4C;
}
</style>