Shades of Energy Yellow #FBDB49
Tints of Energy Yellow #FBDB49
RGB
CMYK
RGB Variations
Color information
#FBDB49 (or 0xFBDB49) is known color: Energy Yellow. HEX triplet: FB, DB and 49. RGB value is (251,219,73). Sum of RGB (Red+Green+Blue) = 251+219+73=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB49 is #0424B6. Grayscale: #D4D4D4. Windows color (decimal): -271543 or 4840443. OLE color: 4840443.
HSL color Cylindrical-coordinate representation of color #FBDB49: hue angle of 49.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBDB49 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 73 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.02 |
| HSL | 49.21º | 0.96% | 0.64% | - |
| HSV(B) | 49.21º | 0.71% | 0.98% | - |
| XYZ | 66.32 | 71.65 | 16.64 | - |
| YUV | 211.92 | 49.6 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 73 | 0 | 0.13 | 0.71 | 0.02 | 49.21 | 0.96 | 0.64 |
| Hex | FB | DB | 49 | 0 | D | 47 | 2 | 31 | 60 | 40 |
| Octal | 373 | 333 | 111 | 0 | 15 | 107 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011011 | 1001001 | 0 | 1101 | 1000111 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDB49
Complementary color
Monochromatic Colors of #FBDB49
Black with #FBDB49
Text Example
Text Example
White with #FBDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB49; }
p { color: rgb(251,219,73); }
H1.HeaderClassName
{
color: #FBDB49;
}
.AnyTagClassName
{
color: #FBDB49;
}
</style>
background-color css
<style>
a { background-color: #FBDB49; }
a { background-color: rgb(251,219,73); }
div.DivClassName
{
background-color: #FBDB49;
}
.BgClassName
{
background-color: #FBDB49;
}
</style>
border-color css
<style>
span { border-color: #FBDB49; }
span { border-color: rgb(251,219,73); }
td.TdClassName
{
border-color: #FBDB49;
}
.TagClassName
{
border-color: #FBDB49;
}
</style>