Shades of Energy Yellow #FBDB4A
Tints of Energy Yellow #FBDB4A
RGB
CMYK
RGB Variations
Color information
#FBDB4A (or 0xFBDB4A) is known color: Energy Yellow. HEX triplet: FB, DB and 4A. RGB value is (251,219,74). Sum of RGB (Red+Green+Blue) = 251+219+74=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB4A is #0424B5. Grayscale: #D4D4D4. Windows color (decimal): -271542 or 4905979. OLE color: 4905979.
HSL color Cylindrical-coordinate representation of color #FBDB4A: hue angle of 49.15º 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 #FBDB4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.02 |
| HSL | 49.15º | 0.96% | 0.64% | - |
| HSV(B) | 49.15º | 0.71% | 0.98% | - |
| XYZ | 66.35 | 71.67 | 16.81 | - |
| YUV | 212.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 74 | 0 | 0.13 | 0.71 | 0.02 | 49.15 | 0.96 | 0.64 |
| Hex | FB | DB | 4A | 0 | D | 47 | 2 | 31 | 60 | 40 |
| Octal | 373 | 333 | 112 | 0 | 15 | 107 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011011 | 1001010 | 0 | 1101 | 1000111 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDB4A
Complementary color
Monochromatic Colors of #FBDB4A
Black with #FBDB4A
Text Example
Text Example
White with #FBDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB4A; }
p { color: rgb(251,219,74); }
H1.HeaderClassName
{
color: #FBDB4A;
}
.AnyTagClassName
{
color: #FBDB4A;
}
</style>
background-color css
<style>
a { background-color: #FBDB4A; }
a { background-color: rgb(251,219,74); }
div.DivClassName
{
background-color: #FBDB4A;
}
.BgClassName
{
background-color: #FBDB4A;
}
</style>
border-color css
<style>
span { border-color: #FBDB4A; }
span { border-color: rgb(251,219,74); }
td.TdClassName
{
border-color: #FBDB4A;
}
.TagClassName
{
border-color: #FBDB4A;
}
</style>