Shades of Sweet Corn #FADC6F
Tints of Sweet Corn #FADC6F
RGB
CMYK
RGB Variations
Color information
#FADC6F (or 0xFADC6F) is known color: Sweet Corn. HEX triplet: FA, DC and 6F. RGB value is (250,220,111). Sum of RGB (Red+Green+Blue) = 250+220+111=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC6F is #052390. Grayscale: #D9D9D9. Windows color (decimal): -336785 or 7331066. OLE color: 7331066.
HSL color Cylindrical-coordinate representation of color #FADC6F: hue angle of 47.05º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FADC6F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.02 |
| HSL | 47.05º | 0.93% | 0.71% | - |
| HSV(B) | 47.05º | 0.56% | 0.98% | - |
| XYZ | 67.89 | 72.66 | 25.49 | - |
| YUV | 216.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 111 | 0 | 0.12 | 0.56 | 0.02 | 47.05 | 0.93 | 0.71 |
| Hex | FA | DC | 6F | 0 | C | 38 | 2 | 2F | 5D | 47 |
| Octal | 372 | 334 | 157 | 0 | 14 | 70 | 2 | 57 | 135 | 107 |
| Binary | 11111010 | 11011100 | 1101111 | 0 | 1100 | 111000 | 10 | 101111 | 1011101 | 1000111 |
Color Harmonies of #FADC6F
Complementary color
Monochromatic Colors of #FADC6F
Black with #FADC6F
Text Example
Text Example
White with #FADC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC6F; }
p { color: rgb(250,220,111); }
H1.HeaderClassName
{
color: #FADC6F;
}
.AnyTagClassName
{
color: #FADC6F;
}
</style>
background-color css
<style>
a { background-color: #FADC6F; }
a { background-color: rgb(250,220,111); }
div.DivClassName
{
background-color: #FADC6F;
}
.BgClassName
{
background-color: #FADC6F;
}
</style>
border-color css
<style>
span { border-color: #FADC6F; }
span { border-color: rgb(250,220,111); }
td.TdClassName
{
border-color: #FADC6F;
}
.TagClassName
{
border-color: #FADC6F;
}
</style>