Shades of Energy Yellow #FAD54A
Tints of Energy Yellow #FAD54A
RGB
CMYK
RGB Variations
Color information
#FAD54A (or 0xFAD54A) is known color: Energy Yellow. HEX triplet: FA, D5 and 4A. RGB value is (250,213,74). Sum of RGB (Red+Green+Blue) = 250+213+74=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD54A is #052AB5. Grayscale: #D0D0D0. Windows color (decimal): -338614 or 4904442. OLE color: 4904442.
HSL color Cylindrical-coordinate representation of color #FAD54A: hue angle of 47.39º 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 #FAD54A is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 74 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.02 |
| HSL | 47.39º | 0.95% | 0.64% | - |
| HSV(B) | 47.39º | 0.7% | 0.98% | - |
| XYZ | 64.45 | 68.41 | 16.29 | - |
| YUV | 208.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 74 | 0 | 0.15 | 0.70 | 0.02 | 47.39 | 0.95 | 0.64 |
| Hex | FA | D5 | 4A | 0 | F | 46 | 2 | 2F | 5F | 40 |
| Octal | 372 | 325 | 112 | 0 | 17 | 106 | 2 | 57 | 137 | 100 |
| Binary | 11111010 | 11010101 | 1001010 | 0 | 1111 | 1000110 | 10 | 101111 | 1011111 | 1000000 |
Color Harmonies of #FAD54A
Complementary color
Monochromatic Colors of #FAD54A
Black with #FAD54A
Text Example
Text Example
White with #FAD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD54A; }
p { color: rgb(250,213,74); }
H1.HeaderClassName
{
color: #FAD54A;
}
.AnyTagClassName
{
color: #FAD54A;
}
</style>
background-color css
<style>
a { background-color: #FAD54A; }
a { background-color: rgb(250,213,74); }
div.DivClassName
{
background-color: #FAD54A;
}
.BgClassName
{
background-color: #FAD54A;
}
</style>
border-color css
<style>
span { border-color: #FAD54A; }
span { border-color: rgb(250,213,74); }
td.TdClassName
{
border-color: #FAD54A;
}
.TagClassName
{
border-color: #FAD54A;
}
</style>