Shades of Energy Yellow #FADB45
Tints of Energy Yellow #FADB45
RGB
CMYK
RGB Variations
Color information
#FADB45 (or 0xFADB45) is known color: Energy Yellow. HEX triplet: FA, DB and 45. RGB value is (250,219,69). Sum of RGB (Red+Green+Blue) = 250+219+69=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB45 is #0524BA. Grayscale: #D3D3D3. Windows color (decimal): -337083 or 4578298. OLE color: 4578298.
HSL color Cylindrical-coordinate representation of color #FADB45: hue angle of 49.72º 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 #FADB45 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 69 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.02 |
| HSL | 49.72º | 0.95% | 0.63% | - |
| HSV(B) | 49.72º | 0.72% | 0.98% | - |
| XYZ | 65.83 | 71.42 | 15.95 | - |
| YUV | 211.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 69 | 0 | 0.12 | 0.72 | 0.02 | 49.72 | 0.95 | 0.63 |
| Hex | FA | DB | 45 | 0 | C | 48 | 2 | 32 | 5F | 3F |
| Octal | 372 | 333 | 105 | 0 | 14 | 110 | 2 | 62 | 137 | 77 |
| Binary | 11111010 | 11011011 | 1000101 | 0 | 1100 | 1001000 | 10 | 110010 | 1011111 | 111111 |
Color Harmonies of #FADB45
Complementary color
Monochromatic Colors of #FADB45
Black with #FADB45
Text Example
Text Example
White with #FADB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB45; }
p { color: rgb(250,219,69); }
H1.HeaderClassName
{
color: #FADB45;
}
.AnyTagClassName
{
color: #FADB45;
}
</style>
background-color css
<style>
a { background-color: #FADB45; }
a { background-color: rgb(250,219,69); }
div.DivClassName
{
background-color: #FADB45;
}
.BgClassName
{
background-color: #FADB45;
}
</style>
border-color css
<style>
span { border-color: #FADB45; }
span { border-color: rgb(250,219,69); }
td.TdClassName
{
border-color: #FADB45;
}
.TagClassName
{
border-color: #FADB45;
}
</style>