Shades of Energy Yellow #FADF50
Tints of Energy Yellow #FADF50
RGB
CMYK
RGB Variations
Color information
#FADF50 (or 0xFADF50) is known color: Energy Yellow. HEX triplet: FA, DF and 50. RGB value is (250,223,80). Sum of RGB (Red+Green+Blue) = 250+223+80=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF50 is #0520AF. Grayscale: #D7D7D7. Windows color (decimal): -336048 or 5300218. OLE color: 5300218.
HSL color Cylindrical-coordinate representation of color #FADF50: hue angle of 50.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FADF50 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 80 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.02 |
| HSL | 50.47º | 0.94% | 0.65% | - |
| HSV(B) | 50.47º | 0.68% | 0.98% | - |
| XYZ | 67.26 | 73.68 | 18.27 | - |
| YUV | 214.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 80 | 0 | 0.11 | 0.68 | 0.02 | 50.47 | 0.94 | 0.65 |
| Hex | FA | DF | 50 | 0 | B | 44 | 2 | 32 | 5E | 41 |
| Octal | 372 | 337 | 120 | 0 | 13 | 104 | 2 | 62 | 136 | 101 |
| Binary | 11111010 | 11011111 | 1010000 | 0 | 1011 | 1000100 | 10 | 110010 | 1011110 | 1000001 |
Color Harmonies of #FADF50
Complementary color
Monochromatic Colors of #FADF50
Black with #FADF50
Text Example
Text Example
White with #FADF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF50; }
p { color: rgb(250,223,80); }
H1.HeaderClassName
{
color: #FADF50;
}
.AnyTagClassName
{
color: #FADF50;
}
</style>
background-color css
<style>
a { background-color: #FADF50; }
a { background-color: rgb(250,223,80); }
div.DivClassName
{
background-color: #FADF50;
}
.BgClassName
{
background-color: #FADF50;
}
</style>
border-color css
<style>
span { border-color: #FADF50; }
span { border-color: rgb(250,223,80); }
td.TdClassName
{
border-color: #FADF50;
}
.TagClassName
{
border-color: #FADF50;
}
</style>