Shades of Energy Yellow #FAD943
Tints of Energy Yellow #FAD943
RGB
CMYK
RGB Variations
Color information
#FAD943 (or 0xFAD943) is known color: Energy Yellow. HEX triplet: FA, D9 and 43. RGB value is (250,217,67). Sum of RGB (Red+Green+Blue) = 250+217+67=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 67 (26.56% from 255 or 12.55% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD943 is #0526BC. Grayscale: #D2D2D2. Windows color (decimal): -337597 or 4446714. OLE color: 4446714.
HSL color Cylindrical-coordinate representation of color #FAD943: hue angle of 49.18º 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 #FAD943 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 67 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.02 |
| HSL | 49.18º | 0.95% | 0.62% | - |
| HSV(B) | 49.18º | 0.73% | 0.98% | - |
| XYZ | 65.25 | 70.35 | 15.45 | - |
| YUV | 209.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 67 | 0 | 0.13 | 0.73 | 0.02 | 49.18 | 0.95 | 0.62 |
| Hex | FA | D9 | 43 | 0 | D | 49 | 2 | 31 | 5F | 3E |
| Octal | 372 | 331 | 103 | 0 | 15 | 111 | 2 | 61 | 137 | 76 |
| Binary | 11111010 | 11011001 | 1000011 | 0 | 1101 | 1001001 | 10 | 110001 | 1011111 | 111110 |
Color Harmonies of #FAD943
Complementary color
Monochromatic Colors of #FAD943
Black with #FAD943
Text Example
Text Example
White with #FAD943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD943; }
p { color: rgb(250,217,67); }
H1.HeaderClassName
{
color: #FAD943;
}
.AnyTagClassName
{
color: #FAD943;
}
</style>
background-color css
<style>
a { background-color: #FAD943; }
a { background-color: rgb(250,217,67); }
div.DivClassName
{
background-color: #FAD943;
}
.BgClassName
{
background-color: #FAD943;
}
</style>
border-color css
<style>
span { border-color: #FAD943; }
span { border-color: rgb(250,217,67); }
td.TdClassName
{
border-color: #FAD943;
}
.TagClassName
{
border-color: #FAD943;
}
</style>