Shades of Energy Yellow #FFDB47
Tints of Energy Yellow #FFDB47
RGB
CMYK
RGB Variations
Color information
#FFDB47 (or 0xFFDB47) is known color: Energy Yellow. HEX triplet: FF, DB and 47. RGB value is (255,219,71). Sum of RGB (Red+Green+Blue) = 255+219+71=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB47 is #0024B8. Grayscale: #D5D5D5. Windows color (decimal): -9401 or 4709375. OLE color: 4709375.
HSL color Cylindrical-coordinate representation of color #FFDB47: hue angle of 48.26º 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 #FFDB47 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 71 | - |
| CMYK | 0 | 0.14 | 0.72 | 0 |
| HSL | 48.26º | 1% | 0.64% | - |
| HSV(B) | 48.26º | 0.72% | 1% | - |
| XYZ | 67.71 | 72.38 | 16.36 | - |
| YUV | 212.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 71 | 0 | 0.14 | 0.72 | 0 | 48.26 | 1 | 0.64 |
| Hex | FF | DB | 47 | 0 | E | 48 | 0 | 30 | 64 | 40 |
| Octal | 377 | 333 | 107 | 0 | 16 | 110 | 0 | 60 | 144 | 100 |
| Binary | 11111111 | 11011011 | 1000111 | 0 | 1110 | 1001000 | 0 | 110000 | 1100100 | 1000000 |
Color Harmonies of #FFDB47
Complementary color
Monochromatic Colors of #FFDB47
Black with #FFDB47
Text Example
Text Example
White with #FFDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB47; }
p { color: rgb(255,219,71); }
H1.HeaderClassName
{
color: #FFDB47;
}
.AnyTagClassName
{
color: #FFDB47;
}
</style>
background-color css
<style>
a { background-color: #FFDB47; }
a { background-color: rgb(255,219,71); }
div.DivClassName
{
background-color: #FFDB47;
}
.BgClassName
{
background-color: #FFDB47;
}
</style>
border-color css
<style>
span { border-color: #FFDB47; }
span { border-color: rgb(255,219,71); }
td.TdClassName
{
border-color: #FFDB47;
}
.TagClassName
{
border-color: #FFDB47;
}
</style>