Shades of Energy Yellow #FBDC44
Tints of Energy Yellow #FBDC44
RGB
CMYK
RGB Variations
Color information
#FBDC44 (or 0xFBDC44) is known color: Energy Yellow. HEX triplet: FB, DC and 44. RGB value is (251,220,68). Sum of RGB (Red+Green+Blue) = 251+220+68=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 68 (26.95% from 255 or 12.62% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC44 is #0423BB. Grayscale: #D4D4D4. Windows color (decimal): -271292 or 4513019. OLE color: 4513019.
HSL color Cylindrical-coordinate representation of color #FBDC44: hue angle of 49.84º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBDC44 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 68 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.02 |
| HSL | 49.84º | 0.96% | 0.63% | - |
| HSV(B) | 49.84º | 0.73% | 0.98% | - |
| XYZ | 66.42 | 72.11 | 15.89 | - |
| YUV | 211.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 68 | 0 | 0.12 | 0.73 | 0.02 | 49.84 | 0.96 | 0.63 |
| Hex | FB | DC | 44 | 0 | C | 49 | 2 | 32 | 60 | 3F |
| Octal | 373 | 334 | 104 | 0 | 14 | 111 | 2 | 62 | 140 | 77 |
| Binary | 11111011 | 11011100 | 1000100 | 0 | 1100 | 1001001 | 10 | 110010 | 1100000 | 111111 |
Color Harmonies of #FBDC44
Complementary color
Monochromatic Colors of #FBDC44
Black with #FBDC44
Text Example
Text Example
White with #FBDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC44; }
p { color: rgb(251,220,68); }
H1.HeaderClassName
{
color: #FBDC44;
}
.AnyTagClassName
{
color: #FBDC44;
}
</style>
background-color css
<style>
a { background-color: #FBDC44; }
a { background-color: rgb(251,220,68); }
div.DivClassName
{
background-color: #FBDC44;
}
.BgClassName
{
background-color: #FBDC44;
}
</style>
border-color css
<style>
span { border-color: #FBDC44; }
span { border-color: rgb(251,220,68); }
td.TdClassName
{
border-color: #FBDC44;
}
.TagClassName
{
border-color: #FBDC44;
}
</style>