Shades of Energy Yellow #F2DE4A
Tints of Energy Yellow #F2DE4A
RGB
CMYK
RGB Variations
Color information
#F2DE4A (or 0xF2DE4A) is known color: Energy Yellow. HEX triplet: F2, DE and 4A. RGB value is (242,222,74). Sum of RGB (Red+Green+Blue) = 242+222+74=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DE4A is #0D21B5. Grayscale: #D3D3D3. Windows color (decimal): -860598 or 4906738. OLE color: 4906738.
HSL color Cylindrical-coordinate representation of color #F2DE4A: hue angle of 52.86º degrees, saturation: 0.87, 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 #F2DE4A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 74 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.05 |
| HSL | 52.86º | 0.87% | 0.62% | - |
| HSV(B) | 52.86º | 0.69% | 0.95% | - |
| XYZ | 63.98 | 71.61 | 16.93 | - |
| YUV | 211.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 74 | 0 | 0.08 | 0.69 | 0.05 | 52.86 | 0.87 | 0.62 |
| Hex | F2 | DE | 4A | 0 | 8 | 45 | 5 | 35 | 57 | 3E |
| Octal | 362 | 336 | 112 | 0 | 10 | 105 | 5 | 65 | 127 | 76 |
| Binary | 11110010 | 11011110 | 1001010 | 0 | 1000 | 1000101 | 101 | 110101 | 1010111 | 111110 |
Color Harmonies of #F2DE4A
Complementary color
Monochromatic Colors of #F2DE4A
Black with #F2DE4A
Text Example
Text Example
White with #F2DE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE4A; }
p { color: rgb(242,222,74); }
H1.HeaderClassName
{
color: #F2DE4A;
}
.AnyTagClassName
{
color: #F2DE4A;
}
</style>
background-color css
<style>
a { background-color: #F2DE4A; }
a { background-color: rgb(242,222,74); }
div.DivClassName
{
background-color: #F2DE4A;
}
.BgClassName
{
background-color: #F2DE4A;
}
</style>
border-color css
<style>
span { border-color: #F2DE4A; }
span { border-color: rgb(242,222,74); }
td.TdClassName
{
border-color: #F2DE4A;
}
.TagClassName
{
border-color: #F2DE4A;
}
</style>