Shades of Energy Yellow #FADF46
Tints of Energy Yellow #FADF46
RGB
CMYK
RGB Variations
Color information
#FADF46 (or 0xFADF46) is known color: Energy Yellow. HEX triplet: FA, DF and 46. RGB value is (250,223,70). Sum of RGB (Red+Green+Blue) = 250+223+70=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF46 is #0520B9. Grayscale: #D6D6D6. Windows color (decimal): -336058 or 4644858. OLE color: 4644858.
HSL color Cylindrical-coordinate representation of color #FADF46: hue angle of 51º 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 #FADF46 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 70 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.02 |
| HSL | 51º | 0.95% | 0.63% | - |
| HSV(B) | 51º | 0.72% | 0.98% | - |
| XYZ | 66.92 | 73.54 | 16.46 | - |
| YUV | 213.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 70 | 0 | 0.11 | 0.72 | 0.02 | 51 | 0.95 | 0.63 |
| Hex | FA | DF | 46 | 0 | B | 48 | 2 | 33 | 5F | 3F |
| Octal | 372 | 337 | 106 | 0 | 13 | 110 | 2 | 63 | 137 | 77 |
| Binary | 11111010 | 11011111 | 1000110 | 0 | 1011 | 1001000 | 10 | 110011 | 1011111 | 111111 |
Color Harmonies of #FADF46
Complementary color
Monochromatic Colors of #FADF46
Black with #FADF46
Text Example
Text Example
White with #FADF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF46; }
p { color: rgb(250,223,70); }
H1.HeaderClassName
{
color: #FADF46;
}
.AnyTagClassName
{
color: #FADF46;
}
</style>
background-color css
<style>
a { background-color: #FADF46; }
a { background-color: rgb(250,223,70); }
div.DivClassName
{
background-color: #FADF46;
}
.BgClassName
{
background-color: #FADF46;
}
</style>
border-color css
<style>
span { border-color: #FADF46; }
span { border-color: rgb(250,223,70); }
td.TdClassName
{
border-color: #FADF46;
}
.TagClassName
{
border-color: #FADF46;
}
</style>