Shades of Energy Yellow #FADA51
Tints of Energy Yellow #FADA51
RGB
CMYK
RGB Variations
Color information
#FADA51 (or 0xFADA51) is known color: Energy Yellow. HEX triplet: FA, DA and 51. RGB value is (250,218,81). Sum of RGB (Red+Green+Blue) = 250+218+81=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 81 (32.03% from 255 or 14.75% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA51 is #0525AE. Grayscale: #D4D4D4. Windows color (decimal): -337327 or 5364474. OLE color: 5364474.
HSL color Cylindrical-coordinate representation of color #FADA51: hue angle of 48.64º 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 #FADA51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.02 |
| HSL | 48.64º | 0.94% | 0.65% | - |
| HSV(B) | 48.64º | 0.68% | 0.98% | - |
| XYZ | 65.98 | 71.06 | 18.02 | - |
| YUV | 211.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 81 | 0 | 0.13 | 0.68 | 0.02 | 48.64 | 0.94 | 0.65 |
| Hex | FA | DA | 51 | 0 | D | 44 | 2 | 31 | 5E | 41 |
| Octal | 372 | 332 | 121 | 0 | 15 | 104 | 2 | 61 | 136 | 101 |
| Binary | 11111010 | 11011010 | 1010001 | 0 | 1101 | 1000100 | 10 | 110001 | 1011110 | 1000001 |
Color Harmonies of #FADA51
Complementary color
Monochromatic Colors of #FADA51
Black with #FADA51
Text Example
Text Example
White with #FADA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA51; }
p { color: rgb(250,218,81); }
H1.HeaderClassName
{
color: #FADA51;
}
.AnyTagClassName
{
color: #FADA51;
}
</style>
background-color css
<style>
a { background-color: #FADA51; }
a { background-color: rgb(250,218,81); }
div.DivClassName
{
background-color: #FADA51;
}
.BgClassName
{
background-color: #FADA51;
}
</style>
border-color css
<style>
span { border-color: #FADA51; }
span { border-color: rgb(250,218,81); }
td.TdClassName
{
border-color: #FADA51;
}
.TagClassName
{
border-color: #FADA51;
}
</style>