Shades of Energy Yellow #FADC51
Tints of Energy Yellow #FADC51
RGB
CMYK
RGB Variations
Color information
#FADC51 (or 0xFADC51) is known color: Energy Yellow. HEX triplet: FA, DC and 51. RGB value is (250,220,81). Sum of RGB (Red+Green+Blue) = 250+220+81=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 81 (32.03% from 255 or 14.70% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC51 is #0523AE. Grayscale: #D5D5D5. Windows color (decimal): -336815 or 5364986. OLE color: 5364986.
HSL color Cylindrical-coordinate representation of color #FADC51: hue angle of 49.35º 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 #FADC51 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 81 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.02 |
| HSL | 49.35º | 0.94% | 0.65% | - |
| HSV(B) | 49.35º | 0.68% | 0.98% | - |
| XYZ | 66.5 | 72.1 | 18.2 | - |
| YUV | 213.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 81 | 0 | 0.12 | 0.68 | 0.02 | 49.35 | 0.94 | 0.65 |
| Hex | FA | DC | 51 | 0 | C | 44 | 2 | 31 | 5E | 41 |
| Octal | 372 | 334 | 121 | 0 | 14 | 104 | 2 | 61 | 136 | 101 |
| Binary | 11111010 | 11011100 | 1010001 | 0 | 1100 | 1000100 | 10 | 110001 | 1011110 | 1000001 |
Color Harmonies of #FADC51
Complementary color
Monochromatic Colors of #FADC51
Black with #FADC51
Text Example
Text Example
White with #FADC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC51; }
p { color: rgb(250,220,81); }
H1.HeaderClassName
{
color: #FADC51;
}
.AnyTagClassName
{
color: #FADC51;
}
</style>
background-color css
<style>
a { background-color: #FADC51; }
a { background-color: rgb(250,220,81); }
div.DivClassName
{
background-color: #FADC51;
}
.BgClassName
{
background-color: #FADC51;
}
</style>
border-color css
<style>
span { border-color: #FADC51; }
span { border-color: rgb(250,220,81); }
td.TdClassName
{
border-color: #FADC51;
}
.TagClassName
{
border-color: #FADC51;
}
</style>