Shades of Energy Yellow #FFDB45
Tints of Energy Yellow #FFDB45
RGB
CMYK
RGB Variations
Color information
#FFDB45 (or 0xFFDB45) is known color: Energy Yellow. HEX triplet: FF, DB and 45. RGB value is (255,219,69). Sum of RGB (Red+Green+Blue) = 255+219+69=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB45 is #0024BA. Grayscale: #D5D5D5. Windows color (decimal): -9403 or 4578303. OLE color: 4578303.
HSL color Cylindrical-coordinate representation of color #FFDB45: hue angle of 48.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFDB45 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 69 | - |
| CMYK | 0 | 0.14 | 0.73 | 0 |
| HSL | 48.39º | 1% | 0.64% | - |
| HSV(B) | 48.39º | 0.73% | 1% | - |
| XYZ | 67.65 | 72.35 | 16.03 | - |
| YUV | 212.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 69 | 0 | 0.14 | 0.73 | 0 | 48.39 | 1 | 0.64 |
| Hex | FF | DB | 45 | 0 | E | 49 | 0 | 30 | 64 | 40 |
| Octal | 377 | 333 | 105 | 0 | 16 | 111 | 0 | 60 | 144 | 100 |
| Binary | 11111111 | 11011011 | 1000101 | 0 | 1110 | 1001001 | 0 | 110000 | 1100100 | 1000000 |
Color Harmonies of #FFDB45
Complementary color
Monochromatic Colors of #FFDB45
Black with #FFDB45
Text Example
Text Example
White with #FFDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB45; }
p { color: rgb(255,219,69); }
H1.HeaderClassName
{
color: #FFDB45;
}
.AnyTagClassName
{
color: #FFDB45;
}
</style>
background-color css
<style>
a { background-color: #FFDB45; }
a { background-color: rgb(255,219,69); }
div.DivClassName
{
background-color: #FFDB45;
}
.BgClassName
{
background-color: #FFDB45;
}
</style>
border-color css
<style>
span { border-color: #FFDB45; }
span { border-color: rgb(255,219,69); }
td.TdClassName
{
border-color: #FFDB45;
}
.TagClassName
{
border-color: #FFDB45;
}
</style>