Shades of Energy Yellow #F2DA4A
Tints of Energy Yellow #F2DA4A
RGB
CMYK
RGB Variations
Color information
#F2DA4A (or 0xF2DA4A) is known color: Energy Yellow. HEX triplet: F2, DA and 4A. RGB value is (242,218,74). Sum of RGB (Red+Green+Blue) = 242+218+74=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA4A is #0D25B5. Grayscale: #D1D1D1. Windows color (decimal): -861622 or 4905714. OLE color: 4905714.
HSL color Cylindrical-coordinate representation of color #F2DA4A: hue angle of 51.43º 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 #F2DA4A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.05 |
| HSL | 51.43º | 0.87% | 0.62% | - |
| HSV(B) | 51.43º | 0.69% | 0.95% | - |
| XYZ | 62.93 | 69.51 | 16.58 | - |
| YUV | 208.76 | 51.95 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 74 | 0 | 0.10 | 0.69 | 0.05 | 51.43 | 0.87 | 0.62 |
| Hex | F2 | DA | 4A | 0 | A | 45 | 5 | 33 | 57 | 3E |
| Octal | 362 | 332 | 112 | 0 | 12 | 105 | 5 | 63 | 127 | 76 |
| Binary | 11110010 | 11011010 | 1001010 | 0 | 1010 | 1000101 | 101 | 110011 | 1010111 | 111110 |
Color Harmonies of #F2DA4A
Complementary color
Monochromatic Colors of #F2DA4A
Black with #F2DA4A
Text Example
Text Example
White with #F2DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA4A; }
p { color: rgb(242,218,74); }
H1.HeaderClassName
{
color: #F2DA4A;
}
.AnyTagClassName
{
color: #F2DA4A;
}
</style>
background-color css
<style>
a { background-color: #F2DA4A; }
a { background-color: rgb(242,218,74); }
div.DivClassName
{
background-color: #F2DA4A;
}
.BgClassName
{
background-color: #F2DA4A;
}
</style>
border-color css
<style>
span { border-color: #F2DA4A; }
span { border-color: rgb(242,218,74); }
td.TdClassName
{
border-color: #F2DA4A;
}
.TagClassName
{
border-color: #F2DA4A;
}
</style>