Shades of Energy Yellow #FBDB46
Tints of Energy Yellow #FBDB46
RGB
CMYK
RGB Variations
Color information
#FBDB46 (or 0xFBDB46) is known color: Energy Yellow. HEX triplet: FB, DB and 46. RGB value is (251,219,70). Sum of RGB (Red+Green+Blue) = 251+219+70=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 70 (27.73% from 255 or 12.96% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB46 is #0424B9. Grayscale: #D4D4D4. Windows color (decimal): -271546 or 4643835. OLE color: 4643835.
HSL color Cylindrical-coordinate representation of color #FBDB46: hue angle of 49.39º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBDB46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 70 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.02 |
| HSL | 49.39º | 0.96% | 0.63% | - |
| HSV(B) | 49.39º | 0.72% | 0.98% | - |
| XYZ | 66.22 | 71.61 | 16.13 | - |
| YUV | 211.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 70 | 0 | 0.13 | 0.72 | 0.02 | 49.39 | 0.96 | 0.63 |
| Hex | FB | DB | 46 | 0 | D | 48 | 2 | 31 | 60 | 3F |
| Octal | 373 | 333 | 106 | 0 | 15 | 110 | 2 | 61 | 140 | 77 |
| Binary | 11111011 | 11011011 | 1000110 | 0 | 1101 | 1001000 | 10 | 110001 | 1100000 | 111111 |
Color Harmonies of #FBDB46
Complementary color
Monochromatic Colors of #FBDB46
Black with #FBDB46
Text Example
Text Example
White with #FBDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB46; }
p { color: rgb(251,219,70); }
H1.HeaderClassName
{
color: #FBDB46;
}
.AnyTagClassName
{
color: #FBDB46;
}
</style>
background-color css
<style>
a { background-color: #FBDB46; }
a { background-color: rgb(251,219,70); }
div.DivClassName
{
background-color: #FBDB46;
}
.BgClassName
{
background-color: #FBDB46;
}
</style>
border-color css
<style>
span { border-color: #FBDB46; }
span { border-color: rgb(251,219,70); }
td.TdClassName
{
border-color: #FBDB46;
}
.TagClassName
{
border-color: #FBDB46;
}
</style>