Shades of Energy Yellow #FADF4A
Tints of Energy Yellow #FADF4A
RGB
CMYK
RGB Variations
Color information
#FADF4A (or 0xFADF4A) is known color: Energy Yellow. HEX triplet: FA, DF and 4A. RGB value is (250,223,74). Sum of RGB (Red+Green+Blue) = 250+223+74=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF4A is #0520B5. Grayscale: #D6D6D6. Windows color (decimal): -336054 or 4907002. OLE color: 4907002.
HSL color Cylindrical-coordinate representation of color #FADF4A: hue angle of 50.8º 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 #FADF4A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 74 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.02 |
| HSL | 50.8º | 0.95% | 0.64% | - |
| HSV(B) | 50.8º | 0.7% | 0.98% | - |
| XYZ | 67.05 | 73.59 | 17.15 | - |
| YUV | 214.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 74 | 0 | 0.11 | 0.70 | 0.02 | 50.8 | 0.95 | 0.64 |
| Hex | FA | DF | 4A | 0 | B | 46 | 2 | 33 | 5F | 40 |
| Octal | 372 | 337 | 112 | 0 | 13 | 106 | 2 | 63 | 137 | 100 |
| Binary | 11111010 | 11011111 | 1001010 | 0 | 1011 | 1000110 | 10 | 110011 | 1011111 | 1000000 |
Color Harmonies of #FADF4A
Complementary color
Monochromatic Colors of #FADF4A
Black with #FADF4A
Text Example
Text Example
White with #FADF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF4A; }
p { color: rgb(250,223,74); }
H1.HeaderClassName
{
color: #FADF4A;
}
.AnyTagClassName
{
color: #FADF4A;
}
</style>
background-color css
<style>
a { background-color: #FADF4A; }
a { background-color: rgb(250,223,74); }
div.DivClassName
{
background-color: #FADF4A;
}
.BgClassName
{
background-color: #FADF4A;
}
</style>
border-color css
<style>
span { border-color: #FADF4A; }
span { border-color: rgb(250,223,74); }
td.TdClassName
{
border-color: #FADF4A;
}
.TagClassName
{
border-color: #FADF4A;
}
</style>