Shades of Energy Yellow #FADC4A
Tints of Energy Yellow #FADC4A
RGB
CMYK
RGB Variations
Color information
#FADC4A (or 0xFADC4A) is known color: Energy Yellow. HEX triplet: FA, DC and 4A. RGB value is (250,220,74). Sum of RGB (Red+Green+Blue) = 250+220+74=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC4A is #0523B5. Grayscale: #D4D4D4. Windows color (decimal): -336822 or 4906234. OLE color: 4906234.
HSL color Cylindrical-coordinate representation of color #FADC4A: hue angle of 49.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FADC4A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 74 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.02 |
| HSL | 49.77º | 0.95% | 0.64% | - |
| HSV(B) | 49.77º | 0.7% | 0.98% | - |
| XYZ | 66.25 | 72 | 16.88 | - |
| YUV | 212.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 74 | 0 | 0.12 | 0.70 | 0.02 | 49.77 | 0.95 | 0.64 |
| Hex | FA | DC | 4A | 0 | C | 46 | 2 | 32 | 5F | 40 |
| Octal | 372 | 334 | 112 | 0 | 14 | 106 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011100 | 1001010 | 0 | 1100 | 1000110 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADC4A
Complementary color
Monochromatic Colors of #FADC4A
Black with #FADC4A
Text Example
Text Example
White with #FADC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC4A; }
p { color: rgb(250,220,74); }
H1.HeaderClassName
{
color: #FADC4A;
}
.AnyTagClassName
{
color: #FADC4A;
}
</style>
background-color css
<style>
a { background-color: #FADC4A; }
a { background-color: rgb(250,220,74); }
div.DivClassName
{
background-color: #FADC4A;
}
.BgClassName
{
background-color: #FADC4A;
}
</style>
border-color css
<style>
span { border-color: #FADC4A; }
span { border-color: rgb(250,220,74); }
td.TdClassName
{
border-color: #FADC4A;
}
.TagClassName
{
border-color: #FADC4A;
}
</style>