Shades of Energy Yellow #FBDB47
Tints of Energy Yellow #FBDB47
RGB
CMYK
RGB Variations
Color information
#FBDB47 (or 0xFBDB47) is known color: Energy Yellow. HEX triplet: FB, DB and 47. RGB value is (251,219,71). Sum of RGB (Red+Green+Blue) = 251+219+71=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 71 (28.12% from 255 or 13.12% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB47 is #0424B8. Grayscale: #D4D4D4. Windows color (decimal): -271545 or 4709371. OLE color: 4709371.
HSL color Cylindrical-coordinate representation of color #FBDB47: hue angle of 49.33º 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 #FBDB47 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 71 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.02 |
| HSL | 49.33º | 0.96% | 0.63% | - |
| HSV(B) | 49.33º | 0.72% | 0.98% | - |
| XYZ | 66.25 | 71.63 | 16.29 | - |
| YUV | 211.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 71 | 0 | 0.13 | 0.72 | 0.02 | 49.33 | 0.96 | 0.63 |
| Hex | FB | DB | 47 | 0 | D | 48 | 2 | 31 | 60 | 3F |
| Octal | 373 | 333 | 107 | 0 | 15 | 110 | 2 | 61 | 140 | 77 |
| Binary | 11111011 | 11011011 | 1000111 | 0 | 1101 | 1001000 | 10 | 110001 | 1100000 | 111111 |
Color Harmonies of #FBDB47
Complementary color
Monochromatic Colors of #FBDB47
Black with #FBDB47
Text Example
Text Example
White with #FBDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB47; }
p { color: rgb(251,219,71); }
H1.HeaderClassName
{
color: #FBDB47;
}
.AnyTagClassName
{
color: #FBDB47;
}
</style>
background-color css
<style>
a { background-color: #FBDB47; }
a { background-color: rgb(251,219,71); }
div.DivClassName
{
background-color: #FBDB47;
}
.BgClassName
{
background-color: #FBDB47;
}
</style>
border-color css
<style>
span { border-color: #FBDB47; }
span { border-color: rgb(251,219,71); }
td.TdClassName
{
border-color: #FBDB47;
}
.TagClassName
{
border-color: #FBDB47;
}
</style>