Shades of Energy Yellow #FADD4D
Tints of Energy Yellow #FADD4D
RGB
CMYK
RGB Variations
Color information
#FADD4D (or 0xFADD4D) is known color: Energy Yellow. HEX triplet: FA, DD and 4D. RGB value is (250,221,77). Sum of RGB (Red+Green+Blue) = 250+221+77=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD4D is #0522B2. Grayscale: #D5D5D5. Windows color (decimal): -336563 or 5103098. OLE color: 5103098.
HSL color Cylindrical-coordinate representation of color #FADD4D: hue angle of 49.94º 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 #FADD4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 77 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.94º | 0.95% | 0.64% | - |
| HSV(B) | 49.94º | 0.69% | 0.98% | - |
| XYZ | 66.62 | 72.57 | 17.52 | - |
| YUV | 213.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 77 | 0 | 0.12 | 0.69 | 0.02 | 49.94 | 0.95 | 0.64 |
| Hex | FA | DD | 4D | 0 | C | 45 | 2 | 32 | 5F | 40 |
| Octal | 372 | 335 | 115 | 0 | 14 | 105 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011101 | 1001101 | 0 | 1100 | 1000101 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADD4D
Complementary color
Monochromatic Colors of #FADD4D
Black with #FADD4D
Text Example
Text Example
White with #FADD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD4D; }
p { color: rgb(250,221,77); }
H1.HeaderClassName
{
color: #FADD4D;
}
.AnyTagClassName
{
color: #FADD4D;
}
</style>
background-color css
<style>
a { background-color: #FADD4D; }
a { background-color: rgb(250,221,77); }
div.DivClassName
{
background-color: #FADD4D;
}
.BgClassName
{
background-color: #FADD4D;
}
</style>
border-color css
<style>
span { border-color: #FADD4D; }
span { border-color: rgb(250,221,77); }
td.TdClassName
{
border-color: #FADD4D;
}
.TagClassName
{
border-color: #FADD4D;
}
</style>