Shades of Energy Yellow #FADA49
Tints of Energy Yellow #FADA49
RGB
CMYK
RGB Variations
Color information
#FADA49 (or 0xFADA49) is known color: Energy Yellow. HEX triplet: FA, DA and 49. RGB value is (250,218,73). Sum of RGB (Red+Green+Blue) = 250+218+73=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA49 is #0525B6. Grayscale: #D3D3D3. Windows color (decimal): -337335 or 4840186. OLE color: 4840186.
HSL color Cylindrical-coordinate representation of color #FADA49: hue angle of 49.15º 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 #FADA49 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 73 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.02 |
| HSL | 49.15º | 0.95% | 0.63% | - |
| HSV(B) | 49.15º | 0.71% | 0.98% | - |
| XYZ | 65.7 | 70.95 | 16.53 | - |
| YUV | 211.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 73 | 0 | 0.13 | 0.71 | 0.02 | 49.15 | 0.95 | 0.63 |
| Hex | FA | DA | 49 | 0 | D | 47 | 2 | 31 | 5F | 3F |
| Octal | 372 | 332 | 111 | 0 | 15 | 107 | 2 | 61 | 137 | 77 |
| Binary | 11111010 | 11011010 | 1001001 | 0 | 1101 | 1000111 | 10 | 110001 | 1011111 | 111111 |
Color Harmonies of #FADA49
Complementary color
Monochromatic Colors of #FADA49
Black with #FADA49
Text Example
Text Example
White with #FADA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA49; }
p { color: rgb(250,218,73); }
H1.HeaderClassName
{
color: #FADA49;
}
.AnyTagClassName
{
color: #FADA49;
}
</style>
background-color css
<style>
a { background-color: #FADA49; }
a { background-color: rgb(250,218,73); }
div.DivClassName
{
background-color: #FADA49;
}
.BgClassName
{
background-color: #FADA49;
}
</style>
border-color css
<style>
span { border-color: #FADA49; }
span { border-color: rgb(250,218,73); }
td.TdClassName
{
border-color: #FADA49;
}
.TagClassName
{
border-color: #FADA49;
}
</style>