Shades of Energy Yellow #FADC50
Tints of Energy Yellow #FADC50
RGB
CMYK
RGB Variations
Color information
#FADC50 (or 0xFADC50) is known color: Energy Yellow. HEX triplet: FA, DC and 50. RGB value is (250,220,80). Sum of RGB (Red+Green+Blue) = 250+220+80=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC50 is #0523AF. Grayscale: #D5D5D5. Windows color (decimal): -336816 or 5299450. OLE color: 5299450.
HSL color Cylindrical-coordinate representation of color #FADC50: hue angle of 49.41º 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 #FADC50 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 80 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.02 |
| HSL | 49.41º | 0.94% | 0.65% | - |
| HSV(B) | 49.41º | 0.68% | 0.98% | - |
| XYZ | 66.47 | 72.09 | 18 | - |
| YUV | 213.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 80 | 0 | 0.12 | 0.68 | 0.02 | 49.41 | 0.94 | 0.65 |
| Hex | FA | DC | 50 | 0 | C | 44 | 2 | 31 | 5E | 41 |
| Octal | 372 | 334 | 120 | 0 | 14 | 104 | 2 | 61 | 136 | 101 |
| Binary | 11111010 | 11011100 | 1010000 | 0 | 1100 | 1000100 | 10 | 110001 | 1011110 | 1000001 |
Color Harmonies of #FADC50
Complementary color
Monochromatic Colors of #FADC50
Black with #FADC50
Text Example
Text Example
White with #FADC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC50; }
p { color: rgb(250,220,80); }
H1.HeaderClassName
{
color: #FADC50;
}
.AnyTagClassName
{
color: #FADC50;
}
</style>
background-color css
<style>
a { background-color: #FADC50; }
a { background-color: rgb(250,220,80); }
div.DivClassName
{
background-color: #FADC50;
}
.BgClassName
{
background-color: #FADC50;
}
</style>
border-color css
<style>
span { border-color: #FADC50; }
span { border-color: rgb(250,220,80); }
td.TdClassName
{
border-color: #FADC50;
}
.TagClassName
{
border-color: #FADC50;
}
</style>