Shades of Energy Yellow #FFDB49
Tints of Energy Yellow #FFDB49
RGB
CMYK
RGB Variations
Color information
#FFDB49 (or 0xFFDB49) is known color: Energy Yellow. HEX triplet: FF, DB and 49. RGB value is (255,219,73). Sum of RGB (Red+Green+Blue) = 255+219+73=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB49 is #0024B6. Grayscale: #D5D5D5. Windows color (decimal): -9399 or 4840447. OLE color: 4840447.
HSL color Cylindrical-coordinate representation of color #FFDB49: hue angle of 48.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDB49 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 73 | - |
| CMYK | 0 | 0.14 | 0.71 | 0 |
| HSL | 48.13º | 1% | 0.64% | - |
| HSV(B) | 48.13º | 0.71% | 1% | - |
| XYZ | 67.77 | 72.4 | 16.71 | - |
| YUV | 213.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 73 | 0 | 0.14 | 0.71 | 0 | 48.13 | 1 | 0.64 |
| Hex | FF | DB | 49 | 0 | E | 47 | 0 | 30 | 64 | 40 |
| Octal | 377 | 333 | 111 | 0 | 16 | 107 | 0 | 60 | 144 | 100 |
| Binary | 11111111 | 11011011 | 1001001 | 0 | 1110 | 1000111 | 0 | 110000 | 1100100 | 1000000 |
Color Harmonies of #FFDB49
Complementary color
Monochromatic Colors of #FFDB49
Black with #FFDB49
Text Example
Text Example
White with #FFDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB49; }
p { color: rgb(255,219,73); }
H1.HeaderClassName
{
color: #FFDB49;
}
.AnyTagClassName
{
color: #FFDB49;
}
</style>
background-color css
<style>
a { background-color: #FFDB49; }
a { background-color: rgb(255,219,73); }
div.DivClassName
{
background-color: #FFDB49;
}
.BgClassName
{
background-color: #FFDB49;
}
</style>
border-color css
<style>
span { border-color: #FFDB49; }
span { border-color: rgb(255,219,73); }
td.TdClassName
{
border-color: #FFDB49;
}
.TagClassName
{
border-color: #FFDB49;
}
</style>