Shades of Energy Yellow #FFDA47
Tints of Energy Yellow #FFDA47
RGB
CMYK
RGB Variations
Color information
#FFDA47 (or 0xFFDA47) is known color: Energy Yellow. HEX triplet: FF, DA and 47. RGB value is (255,218,71). Sum of RGB (Red+Green+Blue) = 255+218+71=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 71 (28.12% from 255 or 13.05% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA47 is #0025B8. Grayscale: #D4D4D4. Windows color (decimal): -9657 or 4709119. OLE color: 4709119.
HSL color Cylindrical-coordinate representation of color #FFDA47: hue angle of 47.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFDA47 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 71 | - |
| CMYK | 0 | 0.15 | 0.72 | 0 |
| HSL | 47.93º | 1% | 0.64% | - |
| HSV(B) | 47.93º | 0.72% | 1% | - |
| XYZ | 67.45 | 71.86 | 16.28 | - |
| YUV | 212.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 71 | 0 | 0.15 | 0.72 | 0 | 47.93 | 1 | 0.64 |
| Hex | FF | DA | 47 | 0 | F | 48 | 0 | 30 | 64 | 40 |
| Octal | 377 | 332 | 107 | 0 | 17 | 110 | 0 | 60 | 144 | 100 |
| Binary | 11111111 | 11011010 | 1000111 | 0 | 1111 | 1001000 | 0 | 110000 | 1100100 | 1000000 |
Color Harmonies of #FFDA47
Complementary color
Monochromatic Colors of #FFDA47
Black with #FFDA47
Text Example
Text Example
White with #FFDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA47; }
p { color: rgb(255,218,71); }
H1.HeaderClassName
{
color: #FFDA47;
}
.AnyTagClassName
{
color: #FFDA47;
}
</style>
background-color css
<style>
a { background-color: #FFDA47; }
a { background-color: rgb(255,218,71); }
div.DivClassName
{
background-color: #FFDA47;
}
.BgClassName
{
background-color: #FFDA47;
}
</style>
border-color css
<style>
span { border-color: #FFDA47; }
span { border-color: rgb(255,218,71); }
td.TdClassName
{
border-color: #FFDA47;
}
.TagClassName
{
border-color: #FFDA47;
}
</style>