Shades of Energy Yellow #FADC45
Tints of Energy Yellow #FADC45
RGB
CMYK
RGB Variations
Color information
#FADC45 (or 0xFADC45) is known color: Energy Yellow. HEX triplet: FA, DC and 45. RGB value is (250,220,69). Sum of RGB (Red+Green+Blue) = 250+220+69=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC45 is #0523BA. Grayscale: #D4D4D4. Windows color (decimal): -336827 or 4578554. OLE color: 4578554.
HSL color Cylindrical-coordinate representation of color #FADC45: hue angle of 50.06º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FADC45 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 69 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.02 |
| HSL | 50.06º | 0.95% | 0.63% | - |
| HSV(B) | 50.06º | 0.72% | 0.98% | - |
| XYZ | 66.09 | 71.94 | 16.03 | - |
| YUV | 211.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 69 | 0 | 0.12 | 0.72 | 0.02 | 50.06 | 0.95 | 0.63 |
| Hex | FA | DC | 45 | 0 | C | 48 | 2 | 32 | 5F | 3F |
| Octal | 372 | 334 | 105 | 0 | 14 | 110 | 2 | 62 | 137 | 77 |
| Binary | 11111010 | 11011100 | 1000101 | 0 | 1100 | 1001000 | 10 | 110010 | 1011111 | 111111 |
Color Harmonies of #FADC45
Complementary color
Monochromatic Colors of #FADC45
Black with #FADC45
Text Example
Text Example
White with #FADC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC45; }
p { color: rgb(250,220,69); }
H1.HeaderClassName
{
color: #FADC45;
}
.AnyTagClassName
{
color: #FADC45;
}
</style>
background-color css
<style>
a { background-color: #FADC45; }
a { background-color: rgb(250,220,69); }
div.DivClassName
{
background-color: #FADC45;
}
.BgClassName
{
background-color: #FADC45;
}
</style>
border-color css
<style>
span { border-color: #FADC45; }
span { border-color: rgb(250,220,69); }
td.TdClassName
{
border-color: #FADC45;
}
.TagClassName
{
border-color: #FADC45;
}
</style>