Shades of Energy Yellow #FADF51
Tints of Energy Yellow #FADF51
RGB
CMYK
RGB Variations
Color information
#FADF51 (or 0xFADF51) is known color: Energy Yellow. HEX triplet: FA, DF and 51. RGB value is (250,223,81). Sum of RGB (Red+Green+Blue) = 250+223+81=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 81 (32.03% from 255 or 14.62% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF51 is #0520AE. Grayscale: #D7D7D7. Windows color (decimal): -336047 or 5365754. OLE color: 5365754.
HSL color Cylindrical-coordinate representation of color #FADF51: hue angle of 50.41º 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 #FADF51 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.02 |
| HSL | 50.41º | 0.94% | 0.65% | - |
| HSV(B) | 50.41º | 0.68% | 0.98% | - |
| XYZ | 67.3 | 73.69 | 18.46 | - |
| YUV | 214.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 81 | 0 | 0.11 | 0.68 | 0.02 | 50.41 | 0.94 | 0.65 |
| Hex | FA | DF | 51 | 0 | B | 44 | 2 | 32 | 5E | 41 |
| Octal | 372 | 337 | 121 | 0 | 13 | 104 | 2 | 62 | 136 | 101 |
| Binary | 11111010 | 11011111 | 1010001 | 0 | 1011 | 1000100 | 10 | 110010 | 1011110 | 1000001 |
Color Harmonies of #FADF51
Complementary color
Monochromatic Colors of #FADF51
Black with #FADF51
Text Example
Text Example
White with #FADF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF51; }
p { color: rgb(250,223,81); }
H1.HeaderClassName
{
color: #FADF51;
}
.AnyTagClassName
{
color: #FADF51;
}
</style>
background-color css
<style>
a { background-color: #FADF51; }
a { background-color: rgb(250,223,81); }
div.DivClassName
{
background-color: #FADF51;
}
.BgClassName
{
background-color: #FADF51;
}
</style>
border-color css
<style>
span { border-color: #FADF51; }
span { border-color: rgb(250,223,81); }
td.TdClassName
{
border-color: #FADF51;
}
.TagClassName
{
border-color: #FADF51;
}
</style>