Shades of Energy Yellow #FADB4D
Tints of Energy Yellow #FADB4D
RGB
CMYK
RGB Variations
Color information
#FADB4D (or 0xFADB4D) is known color: Energy Yellow. HEX triplet: FA, DB and 4D. RGB value is (250,219,77). Sum of RGB (Red+Green+Blue) = 250+219+77=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB4D is #0524B2. Grayscale: #D4D4D4. Windows color (decimal): -337075 or 5102586. OLE color: 5102586.
HSL color Cylindrical-coordinate representation of color #FADB4D: hue angle of 49.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FADB4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 77 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.02 |
| HSL | 49.25º | 0.95% | 0.64% | - |
| HSV(B) | 49.25º | 0.69% | 0.98% | - |
| XYZ | 66.1 | 71.52 | 17.34 | - |
| YUV | 212.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 77 | 0 | 0.12 | 0.69 | 0.02 | 49.25 | 0.95 | 0.64 |
| Hex | FA | DB | 4D | 0 | C | 45 | 2 | 31 | 5F | 40 |
| Octal | 372 | 333 | 115 | 0 | 14 | 105 | 2 | 61 | 137 | 100 |
| Binary | 11111010 | 11011011 | 1001101 | 0 | 1100 | 1000101 | 10 | 110001 | 1011111 | 1000000 |
Color Harmonies of #FADB4D
Complementary color
Monochromatic Colors of #FADB4D
Black with #FADB4D
Text Example
Text Example
White with #FADB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB4D; }
p { color: rgb(250,219,77); }
H1.HeaderClassName
{
color: #FADB4D;
}
.AnyTagClassName
{
color: #FADB4D;
}
</style>
background-color css
<style>
a { background-color: #FADB4D; }
a { background-color: rgb(250,219,77); }
div.DivClassName
{
background-color: #FADB4D;
}
.BgClassName
{
background-color: #FADB4D;
}
</style>
border-color css
<style>
span { border-color: #FADB4D; }
span { border-color: rgb(250,219,77); }
td.TdClassName
{
border-color: #FADB4D;
}
.TagClassName
{
border-color: #FADB4D;
}
</style>