Shades of Energy Yellow #FADD4E
Tints of Energy Yellow #FADD4E
RGB
CMYK
RGB Variations
Color information
#FADD4E (or 0xFADD4E) is known color: Energy Yellow. HEX triplet: FA, DD and 4E. RGB value is (250,221,78). Sum of RGB (Red+Green+Blue) = 250+221+78=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD4E is #0522B1. Grayscale: #D5D5D5. Windows color (decimal): -336562 or 5168634. OLE color: 5168634.
HSL color Cylindrical-coordinate representation of color #FADD4E: hue angle of 49.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FADD4E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 78 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.88º | 0.95% | 0.64% | - |
| HSV(B) | 49.88º | 0.69% | 0.98% | - |
| XYZ | 66.66 | 72.59 | 17.71 | - |
| YUV | 213.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 78 | 0 | 0.12 | 0.69 | 0.02 | 49.88 | 0.95 | 0.64 |
| Hex | FA | DD | 4E | 0 | C | 45 | 2 | 32 | 5F | 40 |
| Octal | 372 | 335 | 116 | 0 | 14 | 105 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011101 | 1001110 | 0 | 1100 | 1000101 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADD4E
Complementary color
Monochromatic Colors of #FADD4E
Black with #FADD4E
Text Example
Text Example
White with #FADD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD4E; }
p { color: rgb(250,221,78); }
H1.HeaderClassName
{
color: #FADD4E;
}
.AnyTagClassName
{
color: #FADD4E;
}
</style>
background-color css
<style>
a { background-color: #FADD4E; }
a { background-color: rgb(250,221,78); }
div.DivClassName
{
background-color: #FADD4E;
}
.BgClassName
{
background-color: #FADD4E;
}
</style>
border-color css
<style>
span { border-color: #FADD4E; }
span { border-color: rgb(250,221,78); }
td.TdClassName
{
border-color: #FADD4E;
}
.TagClassName
{
border-color: #FADD4E;
}
</style>