Shades of Energy Yellow #FADF4C
Tints of Energy Yellow #FADF4C
RGB
CMYK
RGB Variations
Color information
#FADF4C (or 0xFADF4C) is known color: Energy Yellow. HEX triplet: FA, DF and 4C. RGB value is (250,223,76). Sum of RGB (Red+Green+Blue) = 250+223+76=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF4C is #0520B3. Grayscale: #D6D6D6. Windows color (decimal): -336052 or 5038074. OLE color: 5038074.
HSL color Cylindrical-coordinate representation of color #FADF4C: hue angle of 50.69º 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 #FADF4C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.02 |
| HSL | 50.69º | 0.95% | 0.64% | - |
| HSV(B) | 50.69º | 0.7% | 0.98% | - |
| XYZ | 67.12 | 73.62 | 17.51 | - |
| YUV | 214.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 76 | 0 | 0.11 | 0.70 | 0.02 | 50.69 | 0.95 | 0.64 |
| Hex | FA | DF | 4C | 0 | B | 46 | 2 | 33 | 5F | 40 |
| Octal | 372 | 337 | 114 | 0 | 13 | 106 | 2 | 63 | 137 | 100 |
| Binary | 11111010 | 11011111 | 1001100 | 0 | 1011 | 1000110 | 10 | 110011 | 1011111 | 1000000 |
Color Harmonies of #FADF4C
Complementary color
Monochromatic Colors of #FADF4C
Black with #FADF4C
Text Example
Text Example
White with #FADF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF4C; }
p { color: rgb(250,223,76); }
H1.HeaderClassName
{
color: #FADF4C;
}
.AnyTagClassName
{
color: #FADF4C;
}
</style>
background-color css
<style>
a { background-color: #FADF4C; }
a { background-color: rgb(250,223,76); }
div.DivClassName
{
background-color: #FADF4C;
}
.BgClassName
{
background-color: #FADF4C;
}
</style>
border-color css
<style>
span { border-color: #FADF4C; }
span { border-color: rgb(250,223,76); }
td.TdClassName
{
border-color: #FADF4C;
}
.TagClassName
{
border-color: #FADF4C;
}
</style>