Shades of Energy Yellow #FADA4F
Tints of Energy Yellow #FADA4F
RGB
CMYK
RGB Variations
Color information
#FADA4F (or 0xFADA4F) is known color: Energy Yellow. HEX triplet: FA, DA and 4F. RGB value is (250,218,79). Sum of RGB (Red+Green+Blue) = 250+218+79=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 79 (31.25% from 255 or 14.44% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA4F is #0525B0. Grayscale: #D4D4D4. Windows color (decimal): -337329 or 5233402. OLE color: 5233402.
HSL color Cylindrical-coordinate representation of color #FADA4F: hue angle of 48.77º 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 #FADA4F is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 79 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.02 |
| HSL | 48.77º | 0.94% | 0.65% | - |
| HSV(B) | 48.77º | 0.68% | 0.98% | - |
| XYZ | 65.91 | 71.03 | 17.63 | - |
| YUV | 211.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 79 | 0 | 0.13 | 0.68 | 0.02 | 48.77 | 0.94 | 0.65 |
| Hex | FA | DA | 4F | 0 | D | 44 | 2 | 31 | 5E | 41 |
| Octal | 372 | 332 | 117 | 0 | 15 | 104 | 2 | 61 | 136 | 101 |
| Binary | 11111010 | 11011010 | 1001111 | 0 | 1101 | 1000100 | 10 | 110001 | 1011110 | 1000001 |
Color Harmonies of #FADA4F
Complementary color
Monochromatic Colors of #FADA4F
Black with #FADA4F
Text Example
Text Example
White with #FADA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA4F; }
p { color: rgb(250,218,79); }
H1.HeaderClassName
{
color: #FADA4F;
}
.AnyTagClassName
{
color: #FADA4F;
}
</style>
background-color css
<style>
a { background-color: #FADA4F; }
a { background-color: rgb(250,218,79); }
div.DivClassName
{
background-color: #FADA4F;
}
.BgClassName
{
background-color: #FADA4F;
}
</style>
border-color css
<style>
span { border-color: #FADA4F; }
span { border-color: rgb(250,218,79); }
td.TdClassName
{
border-color: #FADA4F;
}
.TagClassName
{
border-color: #FADA4F;
}
</style>