Shades of Sweet Corn #FADC6D
Tints of Sweet Corn #FADC6D
RGB
CMYK
RGB Variations
Color information
#FADC6D (or 0xFADC6D) is known color: Sweet Corn. HEX triplet: FA, DC and 6D. RGB value is (250,220,109). Sum of RGB (Red+Green+Blue) = 250+220+109=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC6D is #052392. Grayscale: #D8D8D8. Windows color (decimal): -336787 or 7199994. OLE color: 7199994.
HSL color Cylindrical-coordinate representation of color #FADC6D: hue angle of 47.23º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FADC6D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 109 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.02 |
| HSL | 47.23º | 0.93% | 0.7% | - |
| HSV(B) | 47.23º | 0.56% | 0.98% | - |
| XYZ | 67.78 | 72.61 | 24.91 | - |
| YUV | 216.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 109 | 0 | 0.12 | 0.56 | 0.02 | 47.23 | 0.93 | 0.7 |
| Hex | FA | DC | 6D | 0 | C | 38 | 2 | 2F | 5D | 46 |
| Octal | 372 | 334 | 155 | 0 | 14 | 70 | 2 | 57 | 135 | 106 |
| Binary | 11111010 | 11011100 | 1101101 | 0 | 1100 | 111000 | 10 | 101111 | 1011101 | 1000110 |
Color Harmonies of #FADC6D
Complementary color
Monochromatic Colors of #FADC6D
Black with #FADC6D
Text Example
Text Example
White with #FADC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC6D; }
p { color: rgb(250,220,109); }
H1.HeaderClassName
{
color: #FADC6D;
}
.AnyTagClassName
{
color: #FADC6D;
}
</style>
background-color css
<style>
a { background-color: #FADC6D; }
a { background-color: rgb(250,220,109); }
div.DivClassName
{
background-color: #FADC6D;
}
.BgClassName
{
background-color: #FADC6D;
}
</style>
border-color css
<style>
span { border-color: #FADC6D; }
span { border-color: rgb(250,220,109); }
td.TdClassName
{
border-color: #FADC6D;
}
.TagClassName
{
border-color: #FADC6D;
}
</style>