Shades of Sweet Corn #FADB76
Tints of Sweet Corn #FADB76
RGB
CMYK
RGB Variations
Color information
#FADB76 (or 0xFADB76) is known color: Sweet Corn. HEX triplet: FA, DB and 76. RGB value is (250,219,118). Sum of RGB (Red+Green+Blue) = 250+219+118=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB76 is #052489. Grayscale: #D9D9D9. Windows color (decimal): -337034 or 7789562. OLE color: 7789562.
HSL color Cylindrical-coordinate representation of color #FADB76: hue angle of 45.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FADB76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 118 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.02 |
| HSL | 45.91º | 0.93% | 0.72% | - |
| HSV(B) | 45.91º | 0.53% | 0.98% | - |
| XYZ | 68.03 | 72.3 | 27.51 | - |
| YUV | 216.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 118 | 0 | 0.12 | 0.53 | 0.02 | 45.91 | 0.93 | 0.72 |
| Hex | FA | DB | 76 | 0 | C | 35 | 2 | 2E | 5D | 48 |
| Octal | 372 | 333 | 166 | 0 | 14 | 65 | 2 | 56 | 135 | 110 |
| Binary | 11111010 | 11011011 | 1110110 | 0 | 1100 | 110101 | 10 | 101110 | 1011101 | 1001000 |
Color Harmonies of #FADB76
Complementary color
Monochromatic Colors of #FADB76
Black with #FADB76
Text Example
Text Example
White with #FADB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB76; }
p { color: rgb(250,219,118); }
H1.HeaderClassName
{
color: #FADB76;
}
.AnyTagClassName
{
color: #FADB76;
}
</style>
background-color css
<style>
a { background-color: #FADB76; }
a { background-color: rgb(250,219,118); }
div.DivClassName
{
background-color: #FADB76;
}
.BgClassName
{
background-color: #FADB76;
}
</style>
border-color css
<style>
span { border-color: #FADB76; }
span { border-color: rgb(250,219,118); }
td.TdClassName
{
border-color: #FADB76;
}
.TagClassName
{
border-color: #FADB76;
}
</style>