Shades of Energy Yellow #FADA50
Tints of Energy Yellow #FADA50
RGB
CMYK
RGB Variations
Color information
#FADA50 (or 0xFADA50) is known color: Energy Yellow. HEX triplet: FA, DA and 50. RGB value is (250,218,80). Sum of RGB (Red+Green+Blue) = 250+218+80=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA50 is #0525AF. Grayscale: #D4D4D4. Windows color (decimal): -337328 or 5298938. OLE color: 5298938.
HSL color Cylindrical-coordinate representation of color #FADA50: hue angle of 48.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FADA50 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 80 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.02 |
| HSL | 48.71º | 0.94% | 0.65% | - |
| HSV(B) | 48.71º | 0.68% | 0.98% | - |
| XYZ | 65.94 | 71.05 | 17.83 | - |
| YUV | 211.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 80 | 0 | 0.13 | 0.68 | 0.02 | 48.71 | 0.94 | 0.65 |
| Hex | FA | DA | 50 | 0 | D | 44 | 2 | 31 | 5E | 41 |
| Octal | 372 | 332 | 120 | 0 | 15 | 104 | 2 | 61 | 136 | 101 |
| Binary | 11111010 | 11011010 | 1010000 | 0 | 1101 | 1000100 | 10 | 110001 | 1011110 | 1000001 |
Color Harmonies of #FADA50
Complementary color
Monochromatic Colors of #FADA50
Black with #FADA50
Text Example
Text Example
White with #FADA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA50; }
p { color: rgb(250,218,80); }
H1.HeaderClassName
{
color: #FADA50;
}
.AnyTagClassName
{
color: #FADA50;
}
</style>
background-color css
<style>
a { background-color: #FADA50; }
a { background-color: rgb(250,218,80); }
div.DivClassName
{
background-color: #FADA50;
}
.BgClassName
{
background-color: #FADA50;
}
</style>
border-color css
<style>
span { border-color: #FADA50; }
span { border-color: rgb(250,218,80); }
td.TdClassName
{
border-color: #FADA50;
}
.TagClassName
{
border-color: #FADA50;
}
</style>