Shades of Energy Yellow #FBDC49
Tints of Energy Yellow #FBDC49
RGB
CMYK
RGB Variations
Color information
#FBDC49 (or 0xFBDC49) is known color: Energy Yellow. HEX triplet: FB, DC and 49. RGB value is (251,220,73). Sum of RGB (Red+Green+Blue) = 251+220+73=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC49 is #0423B6. Grayscale: #D5D5D5. Windows color (decimal): -271287 or 4840699. OLE color: 4840699.
HSL color Cylindrical-coordinate representation of color #FBDC49: hue angle of 49.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBDC49 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.02 |
| HSL | 49.55º | 0.96% | 0.64% | - |
| HSV(B) | 49.55º | 0.71% | 0.98% | - |
| XYZ | 66.58 | 72.18 | 16.73 | - |
| YUV | 212.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 73 | 0 | 0.12 | 0.71 | 0.02 | 49.55 | 0.96 | 0.64 |
| Hex | FB | DC | 49 | 0 | C | 47 | 2 | 32 | 60 | 40 |
| Octal | 373 | 334 | 111 | 0 | 14 | 107 | 2 | 62 | 140 | 100 |
| Binary | 11111011 | 11011100 | 1001001 | 0 | 1100 | 1000111 | 10 | 110010 | 1100000 | 1000000 |
Color Harmonies of #FBDC49
Complementary color
Monochromatic Colors of #FBDC49
Black with #FBDC49
Text Example
Text Example
White with #FBDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC49; }
p { color: rgb(251,220,73); }
H1.HeaderClassName
{
color: #FBDC49;
}
.AnyTagClassName
{
color: #FBDC49;
}
</style>
background-color css
<style>
a { background-color: #FBDC49; }
a { background-color: rgb(251,220,73); }
div.DivClassName
{
background-color: #FBDC49;
}
.BgClassName
{
background-color: #FBDC49;
}
</style>
border-color css
<style>
span { border-color: #FBDC49; }
span { border-color: rgb(251,220,73); }
td.TdClassName
{
border-color: #FBDC49;
}
.TagClassName
{
border-color: #FBDC49;
}
</style>