Shades of Energy Yellow #FBDC4B
Tints of Energy Yellow #FBDC4B
RGB
CMYK
RGB Variations
Color information
#FBDC4B (or 0xFBDC4B) is known color: Energy Yellow. HEX triplet: FB, DC and 4B. RGB value is (251,220,75). Sum of RGB (Red+Green+Blue) = 251+220+75=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC4B is #0423B4. Grayscale: #D5D5D5. Windows color (decimal): -271285 or 4971771. OLE color: 4971771.
HSL color Cylindrical-coordinate representation of color #FBDC4B: hue angle of 49.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBDC4B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 75 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.02 |
| HSL | 49.43º | 0.96% | 0.64% | - |
| HSV(B) | 49.43º | 0.7% | 0.98% | - |
| XYZ | 66.65 | 72.2 | 17.08 | - |
| YUV | 212.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 75 | 0 | 0.12 | 0.70 | 0.02 | 49.43 | 0.96 | 0.64 |
| Hex | FB | DC | 4B | 0 | C | 46 | 2 | 31 | 60 | 40 |
| Octal | 373 | 334 | 113 | 0 | 14 | 106 | 2 | 61 | 140 | 100 |
| Binary | 11111011 | 11011100 | 1001011 | 0 | 1100 | 1000110 | 10 | 110001 | 1100000 | 1000000 |
Color Harmonies of #FBDC4B
Complementary color
Monochromatic Colors of #FBDC4B
Black with #FBDC4B
Text Example
Text Example
White with #FBDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC4B; }
p { color: rgb(251,220,75); }
H1.HeaderClassName
{
color: #FBDC4B;
}
.AnyTagClassName
{
color: #FBDC4B;
}
</style>
background-color css
<style>
a { background-color: #FBDC4B; }
a { background-color: rgb(251,220,75); }
div.DivClassName
{
background-color: #FBDC4B;
}
.BgClassName
{
background-color: #FBDC4B;
}
</style>
border-color css
<style>
span { border-color: #FBDC4B; }
span { border-color: rgb(251,220,75); }
td.TdClassName
{
border-color: #FBDC4B;
}
.TagClassName
{
border-color: #FBDC4B;
}
</style>