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