Shades of Sweet Corn #FADC77
Tints of Sweet Corn #FADC77
RGB
CMYK
RGB Variations
Color information
#FADC77 (or 0xFADC77) is known color: Sweet Corn. HEX triplet: FA, DC and 77. RGB value is (250,220,119). Sum of RGB (Red+Green+Blue) = 250+220+119=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC77 is #052388. Grayscale: #D9D9D9. Windows color (decimal): -336777 or 7855354. OLE color: 7855354.
HSL color Cylindrical-coordinate representation of color #FADC77: hue angle of 46.26º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FADC77 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 119 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.02 |
| HSL | 46.26º | 0.93% | 0.72% | - |
| HSV(B) | 46.26º | 0.52% | 0.98% | - |
| XYZ | 68.35 | 72.84 | 27.91 | - |
| YUV | 217.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 119 | 0 | 0.12 | 0.52 | 0.02 | 46.26 | 0.93 | 0.72 |
| Hex | FA | DC | 77 | 0 | C | 34 | 2 | 2E | 5D | 48 |
| Octal | 372 | 334 | 167 | 0 | 14 | 64 | 2 | 56 | 135 | 110 |
| Binary | 11111010 | 11011100 | 1110111 | 0 | 1100 | 110100 | 10 | 101110 | 1011101 | 1001000 |
Color Harmonies of #FADC77
Complementary color
Monochromatic Colors of #FADC77
Black with #FADC77
Text Example
Text Example
White with #FADC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC77; }
p { color: rgb(250,220,119); }
H1.HeaderClassName
{
color: #FADC77;
}
.AnyTagClassName
{
color: #FADC77;
}
</style>
background-color css
<style>
a { background-color: #FADC77; }
a { background-color: rgb(250,220,119); }
div.DivClassName
{
background-color: #FADC77;
}
.BgClassName
{
background-color: #FADC77;
}
</style>
border-color css
<style>
span { border-color: #FADC77; }
span { border-color: rgb(250,220,119); }
td.TdClassName
{
border-color: #FADC77;
}
.TagClassName
{
border-color: #FADC77;
}
</style>