Shades of Energy Yellow #F4DA4A
Tints of Energy Yellow #F4DA4A
RGB
CMYK
RGB Variations
Color information
#F4DA4A (or 0xF4DA4A) is known color: Energy Yellow. HEX triplet: F4, DA and 4A. RGB value is (244,218,74). Sum of RGB (Red+Green+Blue) = 244+218+74=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA4A is #0B25B5. Grayscale: #D1D1D1. Windows color (decimal): -730550 or 4905716. OLE color: 4905716.
HSL color Cylindrical-coordinate representation of color #F4DA4A: hue angle of 50.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4DA4A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 74 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.04 |
| HSL | 50.82º | 0.89% | 0.62% | - |
| HSV(B) | 50.82º | 0.7% | 0.96% | - |
| XYZ | 63.62 | 69.87 | 16.61 | - |
| YUV | 209.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 74 | 0 | 0.11 | 0.70 | 0.04 | 50.82 | 0.89 | 0.62 |
| Hex | F4 | DA | 4A | 0 | B | 46 | 4 | 33 | 59 | 3E |
| Octal | 364 | 332 | 112 | 0 | 13 | 106 | 4 | 63 | 131 | 76 |
| Binary | 11110100 | 11011010 | 1001010 | 0 | 1011 | 1000110 | 100 | 110011 | 1011001 | 111110 |
Color Harmonies of #F4DA4A
Complementary color
Monochromatic Colors of #F4DA4A
Black with #F4DA4A
Text Example
Text Example
White with #F4DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA4A; }
p { color: rgb(244,218,74); }
H1.HeaderClassName
{
color: #F4DA4A;
}
.AnyTagClassName
{
color: #F4DA4A;
}
</style>
background-color css
<style>
a { background-color: #F4DA4A; }
a { background-color: rgb(244,218,74); }
div.DivClassName
{
background-color: #F4DA4A;
}
.BgClassName
{
background-color: #F4DA4A;
}
</style>
border-color css
<style>
span { border-color: #F4DA4A; }
span { border-color: rgb(244,218,74); }
td.TdClassName
{
border-color: #F4DA4A;
}
.TagClassName
{
border-color: #F4DA4A;
}
</style>