Shades of Energy Yellow #FADC4B
Tints of Energy Yellow #FADC4B
RGB
CMYK
RGB Variations
Color information
#FADC4B (or 0xFADC4B) is known color: Energy Yellow. HEX triplet: FA, DC and 4B. RGB value is (250,220,75). Sum of RGB (Red+Green+Blue) = 250+220+75=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC4B is #0523B4. Grayscale: #D5D5D5. Windows color (decimal): -336821 or 4971770. OLE color: 4971770.
HSL color Cylindrical-coordinate representation of color #FADC4B: hue angle of 49.71º 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 #FADC4B is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 75 | - |
| CMYK | 0 | 0.12 | 0.7 | 0.02 |
| HSL | 49.71º | 0.95% | 0.64% | - |
| HSV(B) | 49.71º | 0.7% | 0.98% | - |
| XYZ | 66.29 | 72.02 | 17.06 | - |
| YUV | 212.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 75 | 0 | 0.12 | 0.7 | 0.02 | 49.71 | 0.95 | 0.64 |
| Hex | FA | DC | 4B | 0 | C | 46 | 2 | 32 | 5F | 40 |
| Octal | 372 | 334 | 113 | 0 | 14 | 106 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011100 | 1001011 | 0 | 1100 | 1000110 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADC4B
Complementary color
Monochromatic Colors of #FADC4B
Black with #FADC4B
Text Example
Text Example
White with #FADC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC4B; }
p { color: rgb(250,220,75); }
H1.HeaderClassName
{
color: #FADC4B;
}
.AnyTagClassName
{
color: #FADC4B;
}
</style>
background-color css
<style>
a { background-color: #FADC4B; }
a { background-color: rgb(250,220,75); }
div.DivClassName
{
background-color: #FADC4B;
}
.BgClassName
{
background-color: #FADC4B;
}
</style>
border-color css
<style>
span { border-color: #FADC4B; }
span { border-color: rgb(250,220,75); }
td.TdClassName
{
border-color: #FADC4B;
}
.TagClassName
{
border-color: #FADC4B;
}
</style>