Shades of Sweet Corn #FADE6D
Tints of Sweet Corn #FADE6D
RGB
CMYK
RGB Variations
Color information
#FADE6D (or 0xFADE6D) is known color: Sweet Corn. HEX triplet: FA, DE and 6D. RGB value is (250,222,109). Sum of RGB (Red+Green+Blue) = 250+222+109=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE6D is #052192. Grayscale: #D9D9D9. Windows color (decimal): -336275 or 7200506. OLE color: 7200506.
HSL color Cylindrical-coordinate representation of color #FADE6D: hue angle of 48.09º 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 #FADE6D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 109 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.02 |
| HSL | 48.09º | 0.93% | 0.7% | - |
| HSV(B) | 48.09º | 0.56% | 0.98% | - |
| XYZ | 68.31 | 73.67 | 25.09 | - |
| YUV | 217.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 109 | 0 | 0.11 | 0.56 | 0.02 | 48.09 | 0.93 | 0.7 |
| Hex | FA | DE | 6D | 0 | B | 38 | 2 | 30 | 5D | 46 |
| Octal | 372 | 336 | 155 | 0 | 13 | 70 | 2 | 60 | 135 | 106 |
| Binary | 11111010 | 11011110 | 1101101 | 0 | 1011 | 111000 | 10 | 110000 | 1011101 | 1000110 |
Color Harmonies of #FADE6D
Complementary color
Monochromatic Colors of #FADE6D
Black with #FADE6D
Text Example
Text Example
White with #FADE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE6D; }
p { color: rgb(250,222,109); }
H1.HeaderClassName
{
color: #FADE6D;
}
.AnyTagClassName
{
color: #FADE6D;
}
</style>
background-color css
<style>
a { background-color: #FADE6D; }
a { background-color: rgb(250,222,109); }
div.DivClassName
{
background-color: #FADE6D;
}
.BgClassName
{
background-color: #FADE6D;
}
</style>
border-color css
<style>
span { border-color: #FADE6D; }
span { border-color: rgb(250,222,109); }
td.TdClassName
{
border-color: #FADE6D;
}
.TagClassName
{
border-color: #FADE6D;
}
</style>