Shades of Energy Yellow #FADA4A
Tints of Energy Yellow #FADA4A
RGB
CMYK
RGB Variations
Color information
#FADA4A (or 0xFADA4A) is known color: Energy Yellow. HEX triplet: FA, DA and 4A. RGB value is (250,218,74). Sum of RGB (Red+Green+Blue) = 250+218+74=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA4A is #0525B5. Grayscale: #D3D3D3. Windows color (decimal): -337334 or 4905722. OLE color: 4905722.
HSL color Cylindrical-coordinate representation of color #FADA4A: hue angle of 49.09º 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 #FADA4A is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 74 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.02 |
| HSL | 49.09º | 0.95% | 0.64% | - |
| HSV(B) | 49.09º | 0.7% | 0.98% | - |
| XYZ | 65.73 | 70.96 | 16.71 | - |
| YUV | 211.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 74 | 0 | 0.13 | 0.70 | 0.02 | 49.09 | 0.95 | 0.64 |
| Hex | FA | DA | 4A | 0 | D | 46 | 2 | 31 | 5F | 40 |
| Octal | 372 | 332 | 112 | 0 | 15 | 106 | 2 | 61 | 137 | 100 |
| Binary | 11111010 | 11011010 | 1001010 | 0 | 1101 | 1000110 | 10 | 110001 | 1011111 | 1000000 |
Color Harmonies of #FADA4A
Complementary color
Monochromatic Colors of #FADA4A
Black with #FADA4A
Text Example
Text Example
White with #FADA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA4A; }
p { color: rgb(250,218,74); }
H1.HeaderClassName
{
color: #FADA4A;
}
.AnyTagClassName
{
color: #FADA4A;
}
</style>
background-color css
<style>
a { background-color: #FADA4A; }
a { background-color: rgb(250,218,74); }
div.DivClassName
{
background-color: #FADA4A;
}
.BgClassName
{
background-color: #FADA4A;
}
</style>
border-color css
<style>
span { border-color: #FADA4A; }
span { border-color: rgb(250,218,74); }
td.TdClassName
{
border-color: #FADA4A;
}
.TagClassName
{
border-color: #FADA4A;
}
</style>