Shades of Sweet Corn #FADE6E
Tints of Sweet Corn #FADE6E
RGB
CMYK
RGB Variations
Color information
#FADE6E (or 0xFADE6E) is known color: Sweet Corn. HEX triplet: FA, DE and 6E. RGB value is (250,222,110). Sum of RGB (Red+Green+Blue) = 250+222+110=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE6E is #052191. Grayscale: #DADADA. Windows color (decimal): -336274 or 7266042. OLE color: 7266042.
HSL color Cylindrical-coordinate representation of color #FADE6E: hue angle of 48º 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 #FADE6E is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 110 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.02 |
| HSL | 48º | 0.93% | 0.71% | - |
| HSV(B) | 48º | 0.56% | 0.98% | - |
| XYZ | 68.36 | 73.69 | 25.37 | - |
| YUV | 217.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 110 | 0 | 0.11 | 0.56 | 0.02 | 48 | 0.93 | 0.71 |
| Hex | FA | DE | 6E | 0 | B | 38 | 2 | 30 | 5D | 47 |
| Octal | 372 | 336 | 156 | 0 | 13 | 70 | 2 | 60 | 135 | 107 |
| Binary | 11111010 | 11011110 | 1101110 | 0 | 1011 | 111000 | 10 | 110000 | 1011101 | 1000111 |
Color Harmonies of #FADE6E
Complementary color
Monochromatic Colors of #FADE6E
Black with #FADE6E
Text Example
Text Example
White with #FADE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE6E; }
p { color: rgb(250,222,110); }
H1.HeaderClassName
{
color: #FADE6E;
}
.AnyTagClassName
{
color: #FADE6E;
}
</style>
background-color css
<style>
a { background-color: #FADE6E; }
a { background-color: rgb(250,222,110); }
div.DivClassName
{
background-color: #FADE6E;
}
.BgClassName
{
background-color: #FADE6E;
}
</style>
border-color css
<style>
span { border-color: #FADE6E; }
span { border-color: rgb(250,222,110); }
td.TdClassName
{
border-color: #FADE6E;
}
.TagClassName
{
border-color: #FADE6E;
}
</style>