Shades of Energy Yellow #FFDA4A
Tints of Energy Yellow #FFDA4A
RGB
CMYK
RGB Variations
Color information
#FFDA4A (or 0xFFDA4A) is known color: Energy Yellow. HEX triplet: FF, DA and 4A. RGB value is (255,218,74). Sum of RGB (Red+Green+Blue) = 255+218+74=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA4A is #0025B5. Grayscale: #D5D5D5. Windows color (decimal): -9654 or 4905727. OLE color: 4905727.
HSL color Cylindrical-coordinate representation of color #FFDA4A: hue angle of 47.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDA4A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 74 | - |
| CMYK | 0 | 0.15 | 0.71 | 0 |
| HSL | 47.73º | 1% | 0.65% | - |
| HSV(B) | 47.73º | 0.71% | 1% | - |
| XYZ | 67.55 | 71.9 | 16.8 | - |
| YUV | 212.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 74 | 0 | 0.15 | 0.71 | 0 | 47.73 | 1 | 0.65 |
| Hex | FF | DA | 4A | 0 | F | 47 | 0 | 30 | 64 | 41 |
| Octal | 377 | 332 | 112 | 0 | 17 | 107 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011010 | 1001010 | 0 | 1111 | 1000111 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDA4A
Complementary color
Monochromatic Colors of #FFDA4A
Black with #FFDA4A
Text Example
Text Example
White with #FFDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA4A; }
p { color: rgb(255,218,74); }
H1.HeaderClassName
{
color: #FFDA4A;
}
.AnyTagClassName
{
color: #FFDA4A;
}
</style>
background-color css
<style>
a { background-color: #FFDA4A; }
a { background-color: rgb(255,218,74); }
div.DivClassName
{
background-color: #FFDA4A;
}
.BgClassName
{
background-color: #FFDA4A;
}
</style>
border-color css
<style>
span { border-color: #FFDA4A; }
span { border-color: rgb(255,218,74); }
td.TdClassName
{
border-color: #FFDA4A;
}
.TagClassName
{
border-color: #FFDA4A;
}
</style>