Shades of Energy Yellow #F2DA46
Tints of Energy Yellow #F2DA46
RGB
CMYK
RGB Variations
Color information
#F2DA46 (or 0xF2DA46) is known color: Energy Yellow. HEX triplet: F2, DA and 46. RGB value is (242,218,70). Sum of RGB (Red+Green+Blue) = 242+218+70=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA46 is #0D25B9. Grayscale: #D0D0D0. Windows color (decimal): -861626 or 4643570. OLE color: 4643570.
HSL color Cylindrical-coordinate representation of color #F2DA46: hue angle of 51.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2DA46 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 70 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.05 |
| HSL | 51.63º | 0.87% | 0.61% | - |
| HSV(B) | 51.63º | 0.71% | 0.95% | - |
| XYZ | 62.79 | 69.46 | 15.89 | - |
| YUV | 208.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 70 | 0 | 0.10 | 0.71 | 0.05 | 51.63 | 0.87 | 0.61 |
| Hex | F2 | DA | 46 | 0 | A | 47 | 5 | 34 | 57 | 3D |
| Octal | 362 | 332 | 106 | 0 | 12 | 107 | 5 | 64 | 127 | 75 |
| Binary | 11110010 | 11011010 | 1000110 | 0 | 1010 | 1000111 | 101 | 110100 | 1010111 | 111101 |
Color Harmonies of #F2DA46
Complementary color
Monochromatic Colors of #F2DA46
Black with #F2DA46
Text Example
Text Example
White with #F2DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA46; }
p { color: rgb(242,218,70); }
H1.HeaderClassName
{
color: #F2DA46;
}
.AnyTagClassName
{
color: #F2DA46;
}
</style>
background-color css
<style>
a { background-color: #F2DA46; }
a { background-color: rgb(242,218,70); }
div.DivClassName
{
background-color: #F2DA46;
}
.BgClassName
{
background-color: #F2DA46;
}
</style>
border-color css
<style>
span { border-color: #F2DA46; }
span { border-color: rgb(242,218,70); }
td.TdClassName
{
border-color: #F2DA46;
}
.TagClassName
{
border-color: #F2DA46;
}
</style>