Shades of Energy Yellow #F2DA4D
Tints of Energy Yellow #F2DA4D
RGB
CMYK
RGB Variations
Color information
#F2DA4D (or 0xF2DA4D) is known color: Energy Yellow. HEX triplet: F2, DA and 4D. RGB value is (242,218,77). Sum of RGB (Red+Green+Blue) = 242+218+77=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA4D is #0D25B2. Grayscale: #D1D1D1. Windows color (decimal): -861619 or 5102322. OLE color: 5102322.
HSL color Cylindrical-coordinate representation of color #F2DA4D: hue angle of 51.27º 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 #F2DA4D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 218 | 77 | - |
CMYK | 0 | 0.10 | 0.68 | 0.05 |
HSL | 51.27º | 0.86% | 0.63% | - |
HSV(B) | 51.27º | 0.68% | 0.95% | - |
XYZ | 63.03 | 69.56 | 17.12 | - |
YUV | 209.1 | 53.45 | 151.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 218 | 77 | 0 | 0.10 | 0.68 | 0.05 | 51.27 | 0.86 | 0.63 |
Hex | F2 | DA | 4D | 0 | A | 44 | 5 | 33 | 56 | 3F |
Octal | 362 | 332 | 115 | 0 | 12 | 104 | 5 | 63 | 126 | 77 |
Binary | 11110010 | 11011010 | 1001101 | 0 | 1010 | 1000100 | 101 | 110011 | 1010110 | 111111 |
Color Harmonies of #F2DA4D
Complementary color
Monochromatic Colors of #F2DA4D
Black with #F2DA4D
Text Example
Text Example
White with #F2DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA4D; }
p { color: rgb(242,218,77); }
H1.HeaderClassName
{
color: #F2DA4D;
}
.AnyTagClassName
{
color: #F2DA4D;
}
</style>
background-color css
<style>
a { background-color: #F2DA4D; }
a { background-color: rgb(242,218,77); }
div.DivClassName
{
background-color: #F2DA4D;
}
.BgClassName
{
background-color: #F2DA4D;
}
</style>
border-color css
<style>
span { border-color: #F2DA4D; }
span { border-color: rgb(242,218,77); }
td.TdClassName
{
border-color: #F2DA4D;
}
.TagClassName
{
border-color: #F2DA4D;
}
</style>