Shades of Energy Yellow #FAD84A
Tints of Energy Yellow #FAD84A
RGB
CMYK
RGB Variations
Color information
#FAD84A (or 0xFAD84A) is known color: Energy Yellow. HEX triplet: FA, D8 and 4A. RGB value is (250,216,74). Sum of RGB (Red+Green+Blue) = 250+216+74=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD84A is #0527B5. Grayscale: #D2D2D2. Windows color (decimal): -337846 or 4905210. OLE color: 4905210.
HSL color Cylindrical-coordinate representation of color #FAD84A: hue angle of 48.41º 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 #FAD84A is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 74 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.02 |
| HSL | 48.41º | 0.95% | 0.64% | - |
| HSV(B) | 48.41º | 0.7% | 0.98% | - |
| XYZ | 65.22 | 69.93 | 16.54 | - |
| YUV | 209.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 74 | 0 | 0.14 | 0.70 | 0.02 | 48.41 | 0.95 | 0.64 |
| Hex | FA | D8 | 4A | 0 | E | 46 | 2 | 30 | 5F | 40 |
| Octal | 372 | 330 | 112 | 0 | 16 | 106 | 2 | 60 | 137 | 100 |
| Binary | 11111010 | 11011000 | 1001010 | 0 | 1110 | 1000110 | 10 | 110000 | 1011111 | 1000000 |
Color Harmonies of #FAD84A
Complementary color
Monochromatic Colors of #FAD84A
Black with #FAD84A
Text Example
Text Example
White with #FAD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD84A; }
p { color: rgb(250,216,74); }
H1.HeaderClassName
{
color: #FAD84A;
}
.AnyTagClassName
{
color: #FAD84A;
}
</style>
background-color css
<style>
a { background-color: #FAD84A; }
a { background-color: rgb(250,216,74); }
div.DivClassName
{
background-color: #FAD84A;
}
.BgClassName
{
background-color: #FAD84A;
}
</style>
border-color css
<style>
span { border-color: #FAD84A; }
span { border-color: rgb(250,216,74); }
td.TdClassName
{
border-color: #FAD84A;
}
.TagClassName
{
border-color: #FAD84A;
}
</style>