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