Shades of Energy Yellow #FADC47
Tints of Energy Yellow #FADC47
RGB
CMYK
RGB Variations
Color information
#FADC47 (or 0xFADC47) is known color: Energy Yellow. HEX triplet: FA, DC and 47. RGB value is (250,220,71). Sum of RGB (Red+Green+Blue) = 250+220+71=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 71 (28.12% from 255 or 13.12% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC47 is #0523B8. Grayscale: #D4D4D4. Windows color (decimal): -336825 or 4709626. OLE color: 4709626.
HSL color Cylindrical-coordinate representation of color #FADC47: hue angle of 49.94º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FADC47 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 71 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.02 |
| HSL | 49.94º | 0.95% | 0.63% | - |
| HSV(B) | 49.94º | 0.72% | 0.98% | - |
| XYZ | 66.15 | 71.97 | 16.37 | - |
| YUV | 211.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 71 | 0 | 0.12 | 0.72 | 0.02 | 49.94 | 0.95 | 0.63 |
| Hex | FA | DC | 47 | 0 | C | 48 | 2 | 32 | 5F | 3F |
| Octal | 372 | 334 | 107 | 0 | 14 | 110 | 2 | 62 | 137 | 77 |
| Binary | 11111010 | 11011100 | 1000111 | 0 | 1100 | 1001000 | 10 | 110010 | 1011111 | 111111 |
Color Harmonies of #FADC47
Complementary color
Monochromatic Colors of #FADC47
Black with #FADC47
Text Example
Text Example
White with #FADC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC47; }
p { color: rgb(250,220,71); }
H1.HeaderClassName
{
color: #FADC47;
}
.AnyTagClassName
{
color: #FADC47;
}
</style>
background-color css
<style>
a { background-color: #FADC47; }
a { background-color: rgb(250,220,71); }
div.DivClassName
{
background-color: #FADC47;
}
.BgClassName
{
background-color: #FADC47;
}
</style>
border-color css
<style>
span { border-color: #FADC47; }
span { border-color: rgb(250,220,71); }
td.TdClassName
{
border-color: #FADC47;
}
.TagClassName
{
border-color: #FADC47;
}
</style>