Shades of Energy Yellow #FBDA45
Tints of Energy Yellow #FBDA45
RGB
CMYK
RGB Variations
Color information
#FBDA45 (or 0xFBDA45) is known color: Energy Yellow. HEX triplet: FB, DA and 45. RGB value is (251,218,69). Sum of RGB (Red+Green+Blue) = 251+218+69=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA45 is #0425BA. Grayscale: #D3D3D3. Windows color (decimal): -271803 or 4578043. OLE color: 4578043.
HSL color Cylindrical-coordinate representation of color #FBDA45: hue angle of 49.12º 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 #FBDA45 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 69 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.02 |
| HSL | 49.12º | 0.96% | 0.63% | - |
| HSV(B) | 49.12º | 0.73% | 0.98% | - |
| XYZ | 65.93 | 71.08 | 15.88 | - |
| YUV | 210.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 69 | 0 | 0.13 | 0.73 | 0.02 | 49.12 | 0.96 | 0.63 |
| Hex | FB | DA | 45 | 0 | D | 49 | 2 | 31 | 60 | 3F |
| Octal | 373 | 332 | 105 | 0 | 15 | 111 | 2 | 61 | 140 | 77 |
| Binary | 11111011 | 11011010 | 1000101 | 0 | 1101 | 1001001 | 10 | 110001 | 1100000 | 111111 |
Color Harmonies of #FBDA45
Complementary color
Monochromatic Colors of #FBDA45
Black with #FBDA45
Text Example
Text Example
White with #FBDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA45; }
p { color: rgb(251,218,69); }
H1.HeaderClassName
{
color: #FBDA45;
}
.AnyTagClassName
{
color: #FBDA45;
}
</style>
background-color css
<style>
a { background-color: #FBDA45; }
a { background-color: rgb(251,218,69); }
div.DivClassName
{
background-color: #FBDA45;
}
.BgClassName
{
background-color: #FBDA45;
}
</style>
border-color css
<style>
span { border-color: #FBDA45; }
span { border-color: rgb(251,218,69); }
td.TdClassName
{
border-color: #FBDA45;
}
.TagClassName
{
border-color: #FBDA45;
}
</style>