Shades of Energy Yellow #FAD444
Tints of Energy Yellow #FAD444
RGB
CMYK
RGB Variations
Color information
#FAD444 (or 0xFAD444) is known color: Energy Yellow. HEX triplet: FA, D4 and 44. RGB value is (250,212,68). Sum of RGB (Red+Green+Blue) = 250+212+68=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD444 is #052BBB. Grayscale: #CFCFCF. Windows color (decimal): -338876 or 4510970. OLE color: 4510970.
HSL color Cylindrical-coordinate representation of color #FAD444: hue angle of 47.47º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAD444 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 68 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.02 |
| HSL | 47.47º | 0.95% | 0.62% | - |
| HSV(B) | 47.47º | 0.73% | 0.98% | - |
| XYZ | 64.01 | 67.83 | 15.19 | - |
| YUV | 206.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 68 | 0 | 0.15 | 0.73 | 0.02 | 47.47 | 0.95 | 0.62 |
| Hex | FA | D4 | 44 | 0 | F | 49 | 2 | 2F | 5F | 3E |
| Octal | 372 | 324 | 104 | 0 | 17 | 111 | 2 | 57 | 137 | 76 |
| Binary | 11111010 | 11010100 | 1000100 | 0 | 1111 | 1001001 | 10 | 101111 | 1011111 | 111110 |
Color Harmonies of #FAD444
Complementary color
Monochromatic Colors of #FAD444
Black with #FAD444
Text Example
Text Example
White with #FAD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD444; }
p { color: rgb(250,212,68); }
H1.HeaderClassName
{
color: #FAD444;
}
.AnyTagClassName
{
color: #FAD444;
}
</style>
background-color css
<style>
a { background-color: #FAD444; }
a { background-color: rgb(250,212,68); }
div.DivClassName
{
background-color: #FAD444;
}
.BgClassName
{
background-color: #FAD444;
}
</style>
border-color css
<style>
span { border-color: #FAD444; }
span { border-color: rgb(250,212,68); }
td.TdClassName
{
border-color: #FAD444;
}
.TagClassName
{
border-color: #FAD444;
}
</style>