Shades of Energy Yellow #FAD64A
Tints of Energy Yellow #FAD64A
RGB
CMYK
RGB Variations
Color information
#FAD64A (or 0xFAD64A) is known color: Energy Yellow. HEX triplet: FA, D6 and 4A. RGB value is (250,214,74). Sum of RGB (Red+Green+Blue) = 250+214+74=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD64A is #0529B5. Grayscale: #D1D1D1. Windows color (decimal): -338358 or 4904698. OLE color: 4904698.
HSL color Cylindrical-coordinate representation of color #FAD64A: hue angle of 47.73º 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 #FAD64A is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 74 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.02 |
| HSL | 47.73º | 0.95% | 0.64% | - |
| HSV(B) | 47.73º | 0.7% | 0.98% | - |
| XYZ | 64.71 | 68.91 | 16.37 | - |
| YUV | 208.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 74 | 0 | 0.14 | 0.70 | 0.02 | 47.73 | 0.95 | 0.64 |
| Hex | FA | D6 | 4A | 0 | E | 46 | 2 | 30 | 5F | 40 |
| Octal | 372 | 326 | 112 | 0 | 16 | 106 | 2 | 60 | 137 | 100 |
| Binary | 11111010 | 11010110 | 1001010 | 0 | 1110 | 1000110 | 10 | 110000 | 1011111 | 1000000 |
Color Harmonies of #FAD64A
Complementary color
Monochromatic Colors of #FAD64A
Black with #FAD64A
Text Example
Text Example
White with #FAD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD64A; }
p { color: rgb(250,214,74); }
H1.HeaderClassName
{
color: #FAD64A;
}
.AnyTagClassName
{
color: #FAD64A;
}
</style>
background-color css
<style>
a { background-color: #FAD64A; }
a { background-color: rgb(250,214,74); }
div.DivClassName
{
background-color: #FAD64A;
}
.BgClassName
{
background-color: #FAD64A;
}
</style>
border-color css
<style>
span { border-color: #FAD64A; }
span { border-color: rgb(250,214,74); }
td.TdClassName
{
border-color: #FAD64A;
}
.TagClassName
{
border-color: #FAD64A;
}
</style>