Shades of Energy Yellow #FBDF4C
Tints of Energy Yellow #FBDF4C
RGB
CMYK
RGB Variations
Color information
#FBDF4C (or 0xFBDF4C) is known color: Energy Yellow. HEX triplet: FB, DF and 4C. RGB value is (251,223,76). Sum of RGB (Red+Green+Blue) = 251+223+76=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF4C is #0420B3. Grayscale: #D7D7D7. Windows color (decimal): -270516 or 5038075. OLE color: 5038075.
HSL color Cylindrical-coordinate representation of color #FBDF4C: hue angle of 50.4º 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 #FBDF4C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.02 |
| HSL | 50.4º | 0.96% | 0.64% | - |
| HSV(B) | 50.4º | 0.7% | 0.98% | - |
| XYZ | 67.48 | 73.81 | 17.53 | - |
| YUV | 214.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 76 | 0 | 0.11 | 0.70 | 0.02 | 50.4 | 0.96 | 0.64 |
| Hex | FB | DF | 4C | 0 | B | 46 | 2 | 32 | 60 | 40 |
| Octal | 373 | 337 | 114 | 0 | 13 | 106 | 2 | 62 | 140 | 100 |
| Binary | 11111011 | 11011111 | 1001100 | 0 | 1011 | 1000110 | 10 | 110010 | 1100000 | 1000000 |
Color Harmonies of #FBDF4C
Complementary color
Monochromatic Colors of #FBDF4C
Black with #FBDF4C
Text Example
Text Example
White with #FBDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF4C; }
p { color: rgb(251,223,76); }
H1.HeaderClassName
{
color: #FBDF4C;
}
.AnyTagClassName
{
color: #FBDF4C;
}
</style>
background-color css
<style>
a { background-color: #FBDF4C; }
a { background-color: rgb(251,223,76); }
div.DivClassName
{
background-color: #FBDF4C;
}
.BgClassName
{
background-color: #FBDF4C;
}
</style>
border-color css
<style>
span { border-color: #FBDF4C; }
span { border-color: rgb(251,223,76); }
td.TdClassName
{
border-color: #FBDF4C;
}
.TagClassName
{
border-color: #FBDF4C;
}
</style>