Shades of Energy Yellow #FAD34A
Tints of Energy Yellow #FAD34A
RGB
CMYK
RGB Variations
Color information
#FAD34A (or 0xFAD34A) is known color: Energy Yellow. HEX triplet: FA, D3 and 4A. RGB value is (250,211,74). Sum of RGB (Red+Green+Blue) = 250+211+74=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD34A is #052CB5. Grayscale: #CFCFCF. Windows color (decimal): -339126 or 4903930. OLE color: 4903930.
HSL color Cylindrical-coordinate representation of color #FAD34A: hue angle of 46.7º 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 #FAD34A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 74 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.02 |
| HSL | 46.7º | 0.95% | 0.64% | - |
| HSV(B) | 46.7º | 0.7% | 0.98% | - |
| XYZ | 63.95 | 67.41 | 16.12 | - |
| YUV | 207.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 74 | 0 | 0.16 | 0.70 | 0.02 | 46.7 | 0.95 | 0.64 |
| Hex | FA | D3 | 4A | 0 | 10 | 46 | 2 | 2F | 5F | 40 |
| Octal | 372 | 323 | 112 | 0 | 20 | 106 | 2 | 57 | 137 | 100 |
| Binary | 11111010 | 11010011 | 1001010 | 0 | 10000 | 1000110 | 10 | 101111 | 1011111 | 1000000 |
Color Harmonies of #FAD34A
Complementary color
Monochromatic Colors of #FAD34A
Black with #FAD34A
Text Example
Text Example
White with #FAD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD34A; }
p { color: rgb(250,211,74); }
H1.HeaderClassName
{
color: #FAD34A;
}
.AnyTagClassName
{
color: #FAD34A;
}
</style>
background-color css
<style>
a { background-color: #FAD34A; }
a { background-color: rgb(250,211,74); }
div.DivClassName
{
background-color: #FAD34A;
}
.BgClassName
{
background-color: #FAD34A;
}
</style>
border-color css
<style>
span { border-color: #FAD34A; }
span { border-color: rgb(250,211,74); }
td.TdClassName
{
border-color: #FAD34A;
}
.TagClassName
{
border-color: #FAD34A;
}
</style>