Shades of Energy Yellow #FBDB50
Tints of Energy Yellow #FBDB50
RGB
CMYK
RGB Variations
Color information
#FBDB50 (or 0xFBDB50) is known color: Energy Yellow. HEX triplet: FB, DB and 50. RGB value is (251,219,80). Sum of RGB (Red+Green+Blue) = 251+219+80=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB50 is #0424AF. Grayscale: #D5D5D5. Windows color (decimal): -271536 or 5299195. OLE color: 5299195.
HSL color Cylindrical-coordinate representation of color #FBDB50: hue angle of 48.77º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBDB50 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 80 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.02 |
| HSL | 48.77º | 0.96% | 0.65% | - |
| HSV(B) | 48.77º | 0.68% | 0.98% | - |
| XYZ | 66.56 | 71.75 | 17.93 | - |
| YUV | 212.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 80 | 0 | 0.13 | 0.68 | 0.02 | 48.77 | 0.96 | 0.65 |
| Hex | FB | DB | 50 | 0 | D | 44 | 2 | 31 | 60 | 41 |
| Octal | 373 | 333 | 120 | 0 | 15 | 104 | 2 | 61 | 140 | 101 |
| Binary | 11111011 | 11011011 | 1010000 | 0 | 1101 | 1000100 | 10 | 110001 | 1100000 | 1000001 |
Color Harmonies of #FBDB50
Complementary color
Monochromatic Colors of #FBDB50
Black with #FBDB50
Text Example
Text Example
White with #FBDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB50; }
p { color: rgb(251,219,80); }
H1.HeaderClassName
{
color: #FBDB50;
}
.AnyTagClassName
{
color: #FBDB50;
}
</style>
background-color css
<style>
a { background-color: #FBDB50; }
a { background-color: rgb(251,219,80); }
div.DivClassName
{
background-color: #FBDB50;
}
.BgClassName
{
background-color: #FBDB50;
}
</style>
border-color css
<style>
span { border-color: #FBDB50; }
span { border-color: rgb(251,219,80); }
td.TdClassName
{
border-color: #FBDB50;
}
.TagClassName
{
border-color: #FBDB50;
}
</style>