Shades of Sweet Corn #FADC76
Tints of Sweet Corn #FADC76
RGB
CMYK
RGB Variations
Color information
#FADC76 (or 0xFADC76) is known color: Sweet Corn. HEX triplet: FA, DC and 76. RGB value is (250,220,118). Sum of RGB (Red+Green+Blue) = 250+220+118=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC76 is #052389. Grayscale: #D9D9D9. Windows color (decimal): -336778 or 7789818. OLE color: 7789818.
HSL color Cylindrical-coordinate representation of color #FADC76: hue angle of 46.36º 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 #FADC76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 118 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.02 |
| HSL | 46.36º | 0.93% | 0.72% | - |
| HSV(B) | 46.36º | 0.53% | 0.98% | - |
| XYZ | 68.29 | 72.82 | 27.6 | - |
| YUV | 217.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 118 | 0 | 0.12 | 0.53 | 0.02 | 46.36 | 0.93 | 0.72 |
| Hex | FA | DC | 76 | 0 | C | 35 | 2 | 2E | 5D | 48 |
| Octal | 372 | 334 | 166 | 0 | 14 | 65 | 2 | 56 | 135 | 110 |
| Binary | 11111010 | 11011100 | 1110110 | 0 | 1100 | 110101 | 10 | 101110 | 1011101 | 1001000 |
Color Harmonies of #FADC76
Complementary color
Monochromatic Colors of #FADC76
Black with #FADC76
Text Example
Text Example
White with #FADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC76; }
p { color: rgb(250,220,118); }
H1.HeaderClassName
{
color: #FADC76;
}
.AnyTagClassName
{
color: #FADC76;
}
</style>
background-color css
<style>
a { background-color: #FADC76; }
a { background-color: rgb(250,220,118); }
div.DivClassName
{
background-color: #FADC76;
}
.BgClassName
{
background-color: #FADC76;
}
</style>
border-color css
<style>
span { border-color: #FADC76; }
span { border-color: rgb(250,220,118); }
td.TdClassName
{
border-color: #FADC76;
}
.TagClassName
{
border-color: #FADC76;
}
</style>