Shades of Energy Yellow #F2DF4D
Tints of Energy Yellow #F2DF4D
RGB
CMYK
RGB Variations
Color information
#F2DF4D (or 0xF2DF4D) is known color: Energy Yellow. HEX triplet: F2, DF and 4D. RGB value is (242,223,77). Sum of RGB (Red+Green+Blue) = 242+223+77=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF4D is #0D20B2. Grayscale: #D4D4D4. Windows color (decimal): -860339 or 5103602. OLE color: 5103602.
HSL color Cylindrical-coordinate representation of color #F2DF4D: hue angle of 53.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2DF4D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 77 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.05 |
| HSL | 53.09º | 0.86% | 0.63% | - |
| HSV(B) | 53.09º | 0.68% | 0.95% | - |
| XYZ | 64.35 | 72.19 | 17.56 | - |
| YUV | 212.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 77 | 0 | 0.08 | 0.68 | 0.05 | 53.09 | 0.86 | 0.63 |
| Hex | F2 | DF | 4D | 0 | 8 | 44 | 5 | 35 | 56 | 3F |
| Octal | 362 | 337 | 115 | 0 | 10 | 104 | 5 | 65 | 126 | 77 |
| Binary | 11110010 | 11011111 | 1001101 | 0 | 1000 | 1000100 | 101 | 110101 | 1010110 | 111111 |
Color Harmonies of #F2DF4D
Complementary color
Monochromatic Colors of #F2DF4D
Black with #F2DF4D
Text Example
Text Example
White with #F2DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF4D; }
p { color: rgb(242,223,77); }
H1.HeaderClassName
{
color: #F2DF4D;
}
.AnyTagClassName
{
color: #F2DF4D;
}
</style>
background-color css
<style>
a { background-color: #F2DF4D; }
a { background-color: rgb(242,223,77); }
div.DivClassName
{
background-color: #F2DF4D;
}
.BgClassName
{
background-color: #F2DF4D;
}
</style>
border-color css
<style>
span { border-color: #F2DF4D; }
span { border-color: rgb(242,223,77); }
td.TdClassName
{
border-color: #F2DF4D;
}
.TagClassName
{
border-color: #F2DF4D;
}
</style>