Shades of Energy Yellow #FBDB4C
Tints of Energy Yellow #FBDB4C
RGB
CMYK
RGB Variations
Color information
#FBDB4C (or 0xFBDB4C) is known color: Energy Yellow. HEX triplet: FB, DB and 4C. RGB value is (251,219,76). Sum of RGB (Red+Green+Blue) = 251+219+76=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB4C is #0424B3. Grayscale: #D4D4D4. Windows color (decimal): -271540 or 5037051. OLE color: 5037051.
HSL color Cylindrical-coordinate representation of color #FBDB4C: hue angle of 49.03º 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 #FBDB4C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 76 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.02 |
| HSL | 49.03º | 0.96% | 0.64% | - |
| HSV(B) | 49.03º | 0.7% | 0.98% | - |
| XYZ | 66.42 | 71.69 | 17.18 | - |
| YUV | 212.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 76 | 0 | 0.13 | 0.70 | 0.02 | 49.03 | 0.96 | 0.64 |
| Hex | FB | DB | 4C | 0 | D | 46 | 2 | 31 | 60 | 40 |
| Octal | 373 | 333 | 114 | 0 | 15 | 106 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011011 | 1001100 | 0 | 1101 | 1000110 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDB4C
Complementary color
Monochromatic Colors of #FBDB4C
Black with #FBDB4C
Text Example
Text Example
White with #FBDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB4C; }
p { color: rgb(251,219,76); }
H1.HeaderClassName
{
color: #FBDB4C;
}
.AnyTagClassName
{
color: #FBDB4C;
}
</style>
background-color css
<style>
a { background-color: #FBDB4C; }
a { background-color: rgb(251,219,76); }
div.DivClassName
{
background-color: #FBDB4C;
}
.BgClassName
{
background-color: #FBDB4C;
}
</style>
border-color css
<style>
span { border-color: #FBDB4C; }
span { border-color: rgb(251,219,76); }
td.TdClassName
{
border-color: #FBDB4C;
}
.TagClassName
{
border-color: #FBDB4C;
}
</style>