Shades of Energy Yellow #FADB4B
Tints of Energy Yellow #FADB4B
RGB
CMYK
RGB Variations
Color information
#FADB4B (or 0xFADB4B) is known color: Energy Yellow. HEX triplet: FA, DB and 4B. RGB value is (250,219,75). Sum of RGB (Red+Green+Blue) = 250+219+75=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB4B is #0524B4. Grayscale: #D4D4D4. Windows color (decimal): -337077 or 4971514. OLE color: 4971514.
HSL color Cylindrical-coordinate representation of color #FADB4B: hue angle of 49.37º 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 #FADB4B is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 75 | - |
| CMYK | 0 | 0.12 | 0.7 | 0.02 |
| HSL | 49.37º | 0.95% | 0.64% | - |
| HSV(B) | 49.37º | 0.7% | 0.98% | - |
| XYZ | 66.03 | 71.5 | 16.98 | - |
| YUV | 211.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 75 | 0 | 0.12 | 0.7 | 0.02 | 49.37 | 0.95 | 0.64 |
| Hex | FA | DB | 4B | 0 | C | 46 | 2 | 31 | 5F | 40 |
| Octal | 372 | 333 | 113 | 0 | 14 | 106 | 2 | 61 | 137 | 100 |
| Binary | 11111010 | 11011011 | 1001011 | 0 | 1100 | 1000110 | 10 | 110001 | 1011111 | 1000000 |
Color Harmonies of #FADB4B
Complementary color
Monochromatic Colors of #FADB4B
Black with #FADB4B
Text Example
Text Example
White with #FADB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB4B; }
p { color: rgb(250,219,75); }
H1.HeaderClassName
{
color: #FADB4B;
}
.AnyTagClassName
{
color: #FADB4B;
}
</style>
background-color css
<style>
a { background-color: #FADB4B; }
a { background-color: rgb(250,219,75); }
div.DivClassName
{
background-color: #FADB4B;
}
.BgClassName
{
background-color: #FADB4B;
}
</style>
border-color css
<style>
span { border-color: #FADB4B; }
span { border-color: rgb(250,219,75); }
td.TdClassName
{
border-color: #FADB4B;
}
.TagClassName
{
border-color: #FADB4B;
}
</style>