Shades of Energy Yellow #FBDC4D
Tints of Energy Yellow #FBDC4D
RGB
CMYK
RGB Variations
Color information
#FBDC4D (or 0xFBDC4D) is known color: Energy Yellow. HEX triplet: FB, DC and 4D. RGB value is (251,220,77). Sum of RGB (Red+Green+Blue) = 251+220+77=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC4D is #0423B2. Grayscale: #D5D5D5. Windows color (decimal): -271283 or 5102843. OLE color: 5102843.
HSL color Cylindrical-coordinate representation of color #FBDC4D: hue angle of 49.31º 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 #FBDC4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 77 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.31º | 0.96% | 0.64% | - |
| HSV(B) | 49.31º | 0.69% | 0.98% | - |
| XYZ | 66.72 | 72.23 | 17.45 | - |
| YUV | 212.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 77 | 0 | 0.12 | 0.69 | 0.02 | 49.31 | 0.96 | 0.64 |
| Hex | FB | DC | 4D | 0 | C | 45 | 2 | 31 | 60 | 40 |
| Octal | 373 | 334 | 115 | 0 | 14 | 105 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011100 | 1001101 | 0 | 1100 | 1000101 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDC4D
Complementary color
Monochromatic Colors of #FBDC4D
Black with #FBDC4D
Text Example
Text Example
White with #FBDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC4D; }
p { color: rgb(251,220,77); }
H1.HeaderClassName
{
color: #FBDC4D;
}
.AnyTagClassName
{
color: #FBDC4D;
}
</style>
background-color css
<style>
a { background-color: #FBDC4D; }
a { background-color: rgb(251,220,77); }
div.DivClassName
{
background-color: #FBDC4D;
}
.BgClassName
{
background-color: #FBDC4D;
}
</style>
border-color css
<style>
span { border-color: #FBDC4D; }
span { border-color: rgb(251,220,77); }
td.TdClassName
{
border-color: #FBDC4D;
}
.TagClassName
{
border-color: #FBDC4D;
}
</style>