Shades of Energy Yellow #FBDD4D
Tints of Energy Yellow #FBDD4D
RGB
CMYK
RGB Variations
Color information
#FBDD4D (or 0xFBDD4D) is known color: Energy Yellow. HEX triplet: FB, DD and 4D. RGB value is (251,221,77). Sum of RGB (Red+Green+Blue) = 251+221+77=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD4D is #0422B2. Grayscale: #D6D6D6. Windows color (decimal): -271027 or 5103099. OLE color: 5103099.
HSL color Cylindrical-coordinate representation of color #FBDD4D: hue angle of 49.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBDD4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 77 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.66º | 0.96% | 0.64% | - |
| HSV(B) | 49.66º | 0.69% | 0.98% | - |
| XYZ | 66.98 | 72.76 | 17.53 | - |
| YUV | 213.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 77 | 0 | 0.12 | 0.69 | 0.02 | 49.66 | 0.96 | 0.64 |
| Hex | FB | DD | 4D | 0 | C | 45 | 2 | 32 | 60 | 40 |
| Octal | 373 | 335 | 115 | 0 | 14 | 105 | 2 | 62 | 140 | 100 |
| Binary | 11111011 | 11011101 | 1001101 | 0 | 1100 | 1000101 | 10 | 110010 | 1100000 | 1000000 |
Color Harmonies of #FBDD4D
Complementary color
Monochromatic Colors of #FBDD4D
Black with #FBDD4D
Text Example
Text Example
White with #FBDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD4D; }
p { color: rgb(251,221,77); }
H1.HeaderClassName
{
color: #FBDD4D;
}
.AnyTagClassName
{
color: #FBDD4D;
}
</style>
background-color css
<style>
a { background-color: #FBDD4D; }
a { background-color: rgb(251,221,77); }
div.DivClassName
{
background-color: #FBDD4D;
}
.BgClassName
{
background-color: #FBDD4D;
}
</style>
border-color css
<style>
span { border-color: #FBDD4D; }
span { border-color: rgb(251,221,77); }
td.TdClassName
{
border-color: #FBDD4D;
}
.TagClassName
{
border-color: #FBDD4D;
}
</style>