Shades of Energy Yellow #FFDB4B
Tints of Energy Yellow #FFDB4B
RGB
CMYK
RGB Variations
Color information
#FFDB4B (or 0xFFDB4B) is known color: Energy Yellow. HEX triplet: FF, DB and 4B. RGB value is (255,219,75). Sum of RGB (Red+Green+Blue) = 255+219+75=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB4B is #0024B4. Grayscale: #D5D5D5. Windows color (decimal): -9397 or 4971519. OLE color: 4971519.
HSL color Cylindrical-coordinate representation of color #FFDB4B: hue angle of 48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDB4B is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 75 | - |
| CMYK | 0 | 0.14 | 0.71 | 0 |
| HSL | 48º | 1% | 0.65% | - |
| HSV(B) | 48º | 0.71% | 1% | - |
| XYZ | 67.84 | 72.43 | 17.06 | - |
| YUV | 213.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 75 | 0 | 0.14 | 0.71 | 0 | 48 | 1 | 0.65 |
| Hex | FF | DB | 4B | 0 | E | 47 | 0 | 30 | 64 | 41 |
| Octal | 377 | 333 | 113 | 0 | 16 | 107 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011011 | 1001011 | 0 | 1110 | 1000111 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDB4B
Complementary color
Monochromatic Colors of #FFDB4B
Black with #FFDB4B
Text Example
Text Example
White with #FFDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB4B; }
p { color: rgb(255,219,75); }
H1.HeaderClassName
{
color: #FFDB4B;
}
.AnyTagClassName
{
color: #FFDB4B;
}
</style>
background-color css
<style>
a { background-color: #FFDB4B; }
a { background-color: rgb(255,219,75); }
div.DivClassName
{
background-color: #FFDB4B;
}
.BgClassName
{
background-color: #FFDB4B;
}
</style>
border-color css
<style>
span { border-color: #FFDB4B; }
span { border-color: rgb(255,219,75); }
td.TdClassName
{
border-color: #FFDB4B;
}
.TagClassName
{
border-color: #FFDB4B;
}
</style>