Shades of Energy Yellow #FBDC4F
Tints of Energy Yellow #FBDC4F
RGB
CMYK
RGB Variations
Color information
#FBDC4F (or 0xFBDC4F) is known color: Energy Yellow. HEX triplet: FB, DC and 4F. RGB value is (251,220,79). Sum of RGB (Red+Green+Blue) = 251+220+79=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 79 (31.25% from 255 or 14.36% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC4F is #0423B0. Grayscale: #D5D5D5. Windows color (decimal): -271281 or 5233915. OLE color: 5233915.
HSL color Cylindrical-coordinate representation of color #FBDC4F: hue angle of 49.19º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBDC4F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 79 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.19º | 0.96% | 0.65% | - |
| HSV(B) | 49.19º | 0.69% | 0.98% | - |
| XYZ | 66.79 | 72.26 | 17.82 | - |
| YUV | 213.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 79 | 0 | 0.12 | 0.69 | 0.02 | 49.19 | 0.96 | 0.65 |
| Hex | FB | DC | 4F | 0 | C | 45 | 2 | 31 | 60 | 41 |
| Octal | 373 | 334 | 117 | 0 | 14 | 105 | 2 | 61 | 140 | 101 |
| Binary | 11111011 | 11011100 | 1001111 | 0 | 1100 | 1000101 | 10 | 110001 | 1100000 | 1000001 |
Color Harmonies of #FBDC4F
Complementary color
Monochromatic Colors of #FBDC4F
Black with #FBDC4F
Text Example
Text Example
White with #FBDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC4F; }
p { color: rgb(251,220,79); }
H1.HeaderClassName
{
color: #FBDC4F;
}
.AnyTagClassName
{
color: #FBDC4F;
}
</style>
background-color css
<style>
a { background-color: #FBDC4F; }
a { background-color: rgb(251,220,79); }
div.DivClassName
{
background-color: #FBDC4F;
}
.BgClassName
{
background-color: #FBDC4F;
}
</style>
border-color css
<style>
span { border-color: #FBDC4F; }
span { border-color: rgb(251,220,79); }
td.TdClassName
{
border-color: #FBDC4F;
}
.TagClassName
{
border-color: #FBDC4F;
}
</style>