Shades of Energy Yellow #FBDD45
Tints of Energy Yellow #FBDD45
RGB
CMYK
RGB Variations
Color information
#FBDD45 (or 0xFBDD45) is known color: Energy Yellow. HEX triplet: FB, DD and 45. RGB value is (251,221,69). Sum of RGB (Red+Green+Blue) = 251+221+69=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD45 is #0422BA. Grayscale: #D5D5D5. Windows color (decimal): -271035 or 4578811. OLE color: 4578811.
HSL color Cylindrical-coordinate representation of color #FBDD45: hue angle of 50.11º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBDD45 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 69 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.02 |
| HSL | 50.11º | 0.96% | 0.63% | - |
| HSV(B) | 50.11º | 0.73% | 0.98% | - |
| XYZ | 66.71 | 72.65 | 16.14 | - |
| YUV | 212.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 69 | 0 | 0.12 | 0.73 | 0.02 | 50.11 | 0.96 | 0.63 |
| Hex | FB | DD | 45 | 0 | C | 49 | 2 | 32 | 60 | 3F |
| Octal | 373 | 335 | 105 | 0 | 14 | 111 | 2 | 62 | 140 | 77 |
| Binary | 11111011 | 11011101 | 1000101 | 0 | 1100 | 1001001 | 10 | 110010 | 1100000 | 111111 |
Color Harmonies of #FBDD45
Complementary color
Monochromatic Colors of #FBDD45
Black with #FBDD45
Text Example
Text Example
White with #FBDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD45; }
p { color: rgb(251,221,69); }
H1.HeaderClassName
{
color: #FBDD45;
}
.AnyTagClassName
{
color: #FBDD45;
}
</style>
background-color css
<style>
a { background-color: #FBDD45; }
a { background-color: rgb(251,221,69); }
div.DivClassName
{
background-color: #FBDD45;
}
.BgClassName
{
background-color: #FBDD45;
}
</style>
border-color css
<style>
span { border-color: #FBDD45; }
span { border-color: rgb(251,221,69); }
td.TdClassName
{
border-color: #FBDD45;
}
.TagClassName
{
border-color: #FBDD45;
}
</style>