Shades of Energy Yellow #F2D34D
Tints of Energy Yellow #F2D34D
RGB
CMYK
RGB Variations
Color information
#F2D34D (or 0xF2D34D) is known color: Energy Yellow. HEX triplet: F2, D3 and 4D. RGB value is (242,211,77). Sum of RGB (Red+Green+Blue) = 242+211+77=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D34D is #0D2CB2. Grayscale: #CDCDCD. Windows color (decimal): -863411 or 5100530. OLE color: 5100530.
HSL color Cylindrical-coordinate representation of color #F2D34D: hue angle of 48.73º 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 #F2D34D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.05 |
| HSL | 48.73º | 0.86% | 0.63% | - |
| HSV(B) | 48.73º | 0.68% | 0.95% | - |
| XYZ | 61.25 | 66 | 16.53 | - |
| YUV | 204.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 77 | 0 | 0.13 | 0.68 | 0.05 | 48.73 | 0.86 | 0.63 |
| Hex | F2 | D3 | 4D | 0 | D | 44 | 5 | 31 | 56 | 3F |
| Octal | 362 | 323 | 115 | 0 | 15 | 104 | 5 | 61 | 126 | 77 |
| Binary | 11110010 | 11010011 | 1001101 | 0 | 1101 | 1000100 | 101 | 110001 | 1010110 | 111111 |
Color Harmonies of #F2D34D
Complementary color
Monochromatic Colors of #F2D34D
Black with #F2D34D
Text Example
Text Example
White with #F2D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D34D; }
p { color: rgb(242,211,77); }
H1.HeaderClassName
{
color: #F2D34D;
}
.AnyTagClassName
{
color: #F2D34D;
}
</style>
background-color css
<style>
a { background-color: #F2D34D; }
a { background-color: rgb(242,211,77); }
div.DivClassName
{
background-color: #F2D34D;
}
.BgClassName
{
background-color: #F2D34D;
}
</style>
border-color css
<style>
span { border-color: #F2D34D; }
span { border-color: rgb(242,211,77); }
td.TdClassName
{
border-color: #F2D34D;
}
.TagClassName
{
border-color: #F2D34D;
}
</style>