Shades of Energy Yellow #FADC4C
Tints of Energy Yellow #FADC4C
RGB
CMYK
RGB Variations
Color information
#FADC4C (or 0xFADC4C) is known color: Energy Yellow. HEX triplet: FA, DC and 4C. RGB value is (250,220,76). Sum of RGB (Red+Green+Blue) = 250+220+76=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC4C is #0523B3. Grayscale: #D5D5D5. Windows color (decimal): -336820 or 5037306. OLE color: 5037306.
HSL color Cylindrical-coordinate representation of color #FADC4C: hue angle of 49.66º 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 #FADC4C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 76 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.02 |
| HSL | 49.66º | 0.95% | 0.64% | - |
| HSV(B) | 49.66º | 0.7% | 0.98% | - |
| XYZ | 66.32 | 72.03 | 17.25 | - |
| YUV | 212.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 76 | 0 | 0.12 | 0.70 | 0.02 | 49.66 | 0.95 | 0.64 |
| Hex | FA | DC | 4C | 0 | C | 46 | 2 | 32 | 5F | 40 |
| Octal | 372 | 334 | 114 | 0 | 14 | 106 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011100 | 1001100 | 0 | 1100 | 1000110 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADC4C
Complementary color
Monochromatic Colors of #FADC4C
Black with #FADC4C
Text Example
Text Example
White with #FADC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC4C; }
p { color: rgb(250,220,76); }
H1.HeaderClassName
{
color: #FADC4C;
}
.AnyTagClassName
{
color: #FADC4C;
}
</style>
background-color css
<style>
a { background-color: #FADC4C; }
a { background-color: rgb(250,220,76); }
div.DivClassName
{
background-color: #FADC4C;
}
.BgClassName
{
background-color: #FADC4C;
}
</style>
border-color css
<style>
span { border-color: #FADC4C; }
span { border-color: rgb(250,220,76); }
td.TdClassName
{
border-color: #FADC4C;
}
.TagClassName
{
border-color: #FADC4C;
}
</style>