Shades of Energy Yellow #FBDB4B
Tints of Energy Yellow #FBDB4B
RGB
CMYK
RGB Variations
Color information
#FBDB4B (or 0xFBDB4B) is known color: Energy Yellow. HEX triplet: FB, DB and 4B. RGB value is (251,219,75). Sum of RGB (Red+Green+Blue) = 251+219+75=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB4B is #0424B4. Grayscale: #D4D4D4. Windows color (decimal): -271541 or 4971515. OLE color: 4971515.
HSL color Cylindrical-coordinate representation of color #FBDB4B: hue angle of 49.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBDB4B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 75 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.02 |
| HSL | 49.09º | 0.96% | 0.64% | - |
| HSV(B) | 49.09º | 0.7% | 0.98% | - |
| XYZ | 66.39 | 71.68 | 16.99 | - |
| YUV | 212.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 75 | 0 | 0.13 | 0.70 | 0.02 | 49.09 | 0.96 | 0.64 |
| Hex | FB | DB | 4B | 0 | D | 46 | 2 | 31 | 60 | 40 |
| Octal | 373 | 333 | 113 | 0 | 15 | 106 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011011 | 1001011 | 0 | 1101 | 1000110 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDB4B
Complementary color
Monochromatic Colors of #FBDB4B
Black with #FBDB4B
Text Example
Text Example
White with #FBDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB4B; }
p { color: rgb(251,219,75); }
H1.HeaderClassName
{
color: #FBDB4B;
}
.AnyTagClassName
{
color: #FBDB4B;
}
</style>
background-color css
<style>
a { background-color: #FBDB4B; }
a { background-color: rgb(251,219,75); }
div.DivClassName
{
background-color: #FBDB4B;
}
.BgClassName
{
background-color: #FBDB4B;
}
</style>
border-color css
<style>
span { border-color: #FBDB4B; }
span { border-color: rgb(251,219,75); }
td.TdClassName
{
border-color: #FBDB4B;
}
.TagClassName
{
border-color: #FBDB4B;
}
</style>