Shades of Energy Yellow #FAD74E
Tints of Energy Yellow #FAD74E
RGB
CMYK
RGB Variations
Color information
#FAD74E (or 0xFAD74E) is known color: Energy Yellow. HEX triplet: FA, D7 and 4E. RGB value is (250,215,78). Sum of RGB (Red+Green+Blue) = 250+215+78=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD74E is #0528B1. Grayscale: #D2D2D2. Windows color (decimal): -338098 or 5167098. OLE color: 5167098.
HSL color Cylindrical-coordinate representation of color #FAD74E: hue angle of 47.79º 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 #FAD74E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 78 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.02 |
| HSL | 47.79º | 0.95% | 0.64% | - |
| HSV(B) | 47.79º | 0.69% | 0.98% | - |
| XYZ | 65.1 | 69.47 | 17.19 | - |
| YUV | 209.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 78 | 0 | 0.14 | 0.69 | 0.02 | 47.79 | 0.95 | 0.64 |
| Hex | FA | D7 | 4E | 0 | E | 45 | 2 | 30 | 5F | 40 |
| Octal | 372 | 327 | 116 | 0 | 16 | 105 | 2 | 60 | 137 | 100 |
| Binary | 11111010 | 11010111 | 1001110 | 0 | 1110 | 1000101 | 10 | 110000 | 1011111 | 1000000 |
Color Harmonies of #FAD74E
Complementary color
Monochromatic Colors of #FAD74E
Black with #FAD74E
Text Example
Text Example
White with #FAD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD74E; }
p { color: rgb(250,215,78); }
H1.HeaderClassName
{
color: #FAD74E;
}
.AnyTagClassName
{
color: #FAD74E;
}
</style>
background-color css
<style>
a { background-color: #FAD74E; }
a { background-color: rgb(250,215,78); }
div.DivClassName
{
background-color: #FAD74E;
}
.BgClassName
{
background-color: #FAD74E;
}
</style>
border-color css
<style>
span { border-color: #FAD74E; }
span { border-color: rgb(250,215,78); }
td.TdClassName
{
border-color: #FAD74E;
}
.TagClassName
{
border-color: #FAD74E;
}
</style>