Shades of Energy Yellow #FBDC45
Tints of Energy Yellow #FBDC45
RGB
CMYK
RGB Variations
Color information
#FBDC45 (or 0xFBDC45) is known color: Energy Yellow. HEX triplet: FB, DC and 45. RGB value is (251,220,69). Sum of RGB (Red+Green+Blue) = 251+220+69=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC45 is #0423BA. Grayscale: #D4D4D4. Windows color (decimal): -271291 or 4578555. OLE color: 4578555.
HSL color Cylindrical-coordinate representation of color #FBDC45: hue angle of 49.78º 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 #FBDC45 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 69 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.02 |
| HSL | 49.78º | 0.96% | 0.63% | - |
| HSV(B) | 49.78º | 0.73% | 0.98% | - |
| XYZ | 66.45 | 72.13 | 16.05 | - |
| YUV | 212.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 69 | 0 | 0.12 | 0.73 | 0.02 | 49.78 | 0.96 | 0.63 |
| Hex | FB | DC | 45 | 0 | C | 49 | 2 | 32 | 60 | 3F |
| Octal | 373 | 334 | 105 | 0 | 14 | 111 | 2 | 62 | 140 | 77 |
| Binary | 11111011 | 11011100 | 1000101 | 0 | 1100 | 1001001 | 10 | 110010 | 1100000 | 111111 |
Color Harmonies of #FBDC45
Complementary color
Monochromatic Colors of #FBDC45
Black with #FBDC45
Text Example
Text Example
White with #FBDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC45; }
p { color: rgb(251,220,69); }
H1.HeaderClassName
{
color: #FBDC45;
}
.AnyTagClassName
{
color: #FBDC45;
}
</style>
background-color css
<style>
a { background-color: #FBDC45; }
a { background-color: rgb(251,220,69); }
div.DivClassName
{
background-color: #FBDC45;
}
.BgClassName
{
background-color: #FBDC45;
}
</style>
border-color css
<style>
span { border-color: #FBDC45; }
span { border-color: rgb(251,220,69); }
td.TdClassName
{
border-color: #FBDC45;
}
.TagClassName
{
border-color: #FBDC45;
}
</style>