Shades of Energy Yellow #FAD64D
Tints of Energy Yellow #FAD64D
RGB
CMYK
RGB Variations
Color information
#FAD64D (or 0xFAD64D) is known color: Energy Yellow. HEX triplet: FA, D6 and 4D. RGB value is (250,214,77). Sum of RGB (Red+Green+Blue) = 250+214+77=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD64D is #0529B2. Grayscale: #D1D1D1. Windows color (decimal): -338355 or 5101306. OLE color: 5101306.
HSL color Cylindrical-coordinate representation of color #FAD64D: hue angle of 47.51º 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 #FAD64D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 77 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.02 |
| HSL | 47.51º | 0.95% | 0.64% | - |
| HSV(B) | 47.51º | 0.69% | 0.98% | - |
| XYZ | 64.81 | 68.95 | 16.91 | - |
| YUV | 209.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 77 | 0 | 0.14 | 0.69 | 0.02 | 47.51 | 0.95 | 0.64 |
| Hex | FA | D6 | 4D | 0 | E | 45 | 2 | 30 | 5F | 40 |
| Octal | 372 | 326 | 115 | 0 | 16 | 105 | 2 | 60 | 137 | 100 |
| Binary | 11111010 | 11010110 | 1001101 | 0 | 1110 | 1000101 | 10 | 110000 | 1011111 | 1000000 |
Color Harmonies of #FAD64D
Complementary color
Monochromatic Colors of #FAD64D
Black with #FAD64D
Text Example
Text Example
White with #FAD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD64D; }
p { color: rgb(250,214,77); }
H1.HeaderClassName
{
color: #FAD64D;
}
.AnyTagClassName
{
color: #FAD64D;
}
</style>
background-color css
<style>
a { background-color: #FAD64D; }
a { background-color: rgb(250,214,77); }
div.DivClassName
{
background-color: #FAD64D;
}
.BgClassName
{
background-color: #FAD64D;
}
</style>
border-color css
<style>
span { border-color: #FAD64D; }
span { border-color: rgb(250,214,77); }
td.TdClassName
{
border-color: #FAD64D;
}
.TagClassName
{
border-color: #FAD64D;
}
</style>