Shades of Energy Yellow #FADB49
Tints of Energy Yellow #FADB49
RGB
CMYK
RGB Variations
Color information
#FADB49 (or 0xFADB49) is known color: Energy Yellow. HEX triplet: FA, DB and 49. RGB value is (250,219,73). Sum of RGB (Red+Green+Blue) = 250+219+73=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB49 is #0524B6. Grayscale: #D4D4D4. Windows color (decimal): -337079 or 4840442. OLE color: 4840442.
HSL color Cylindrical-coordinate representation of color #FADB49: hue angle of 49.49º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FADB49 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.02 |
| HSL | 49.49º | 0.95% | 0.63% | - |
| HSV(B) | 49.49º | 0.71% | 0.98% | - |
| XYZ | 65.96 | 71.47 | 16.62 | - |
| YUV | 211.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 73 | 0 | 0.12 | 0.71 | 0.02 | 49.49 | 0.95 | 0.63 |
| Hex | FA | DB | 49 | 0 | C | 47 | 2 | 31 | 5F | 3F |
| Octal | 372 | 333 | 111 | 0 | 14 | 107 | 2 | 61 | 137 | 77 |
| Binary | 11111010 | 11011011 | 1001001 | 0 | 1100 | 1000111 | 10 | 110001 | 1011111 | 111111 |
Color Harmonies of #FADB49
Complementary color
Monochromatic Colors of #FADB49
Black with #FADB49
Text Example
Text Example
White with #FADB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB49; }
p { color: rgb(250,219,73); }
H1.HeaderClassName
{
color: #FADB49;
}
.AnyTagClassName
{
color: #FADB49;
}
</style>
background-color css
<style>
a { background-color: #FADB49; }
a { background-color: rgb(250,219,73); }
div.DivClassName
{
background-color: #FADB49;
}
.BgClassName
{
background-color: #FADB49;
}
</style>
border-color css
<style>
span { border-color: #FADB49; }
span { border-color: rgb(250,219,73); }
td.TdClassName
{
border-color: #FADB49;
}
.TagClassName
{
border-color: #FADB49;
}
</style>