Shades of Energy Yellow #F2DD4D
Tints of Energy Yellow #F2DD4D
RGB
CMYK
RGB Variations
Color information
#F2DD4D (or 0xF2DD4D) is known color: Energy Yellow. HEX triplet: F2, DD and 4D. RGB value is (242,221,77). Sum of RGB (Red+Green+Blue) = 242+221+77=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD4D is #0D22B2. Grayscale: #D3D3D3. Windows color (decimal): -860851 or 5103090. OLE color: 5103090.
HSL color Cylindrical-coordinate representation of color #F2DD4D: hue angle of 52.36º 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 #F2DD4D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 77 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.05 |
| HSL | 52.36º | 0.86% | 0.63% | - |
| HSV(B) | 52.36º | 0.68% | 0.95% | - |
| XYZ | 63.81 | 71.13 | 17.39 | - |
| YUV | 210.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 77 | 0 | 0.09 | 0.68 | 0.05 | 52.36 | 0.86 | 0.63 |
| Hex | F2 | DD | 4D | 0 | 9 | 44 | 5 | 34 | 56 | 3F |
| Octal | 362 | 335 | 115 | 0 | 11 | 104 | 5 | 64 | 126 | 77 |
| Binary | 11110010 | 11011101 | 1001101 | 0 | 1001 | 1000100 | 101 | 110100 | 1010110 | 111111 |
Color Harmonies of #F2DD4D
Complementary color
Monochromatic Colors of #F2DD4D
Black with #F2DD4D
Text Example
Text Example
White with #F2DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD4D; }
p { color: rgb(242,221,77); }
H1.HeaderClassName
{
color: #F2DD4D;
}
.AnyTagClassName
{
color: #F2DD4D;
}
</style>
background-color css
<style>
a { background-color: #F2DD4D; }
a { background-color: rgb(242,221,77); }
div.DivClassName
{
background-color: #F2DD4D;
}
.BgClassName
{
background-color: #F2DD4D;
}
</style>
border-color css
<style>
span { border-color: #F2DD4D; }
span { border-color: rgb(242,221,77); }
td.TdClassName
{
border-color: #F2DD4D;
}
.TagClassName
{
border-color: #F2DD4D;
}
</style>