Shades of Sweet Corn #FADE70
Tints of Sweet Corn #FADE70
RGB
CMYK
RGB Variations
Color information
#FADE70 (or 0xFADE70) is known color: Sweet Corn. HEX triplet: FA, DE and 70. RGB value is (250,222,112). Sum of RGB (Red+Green+Blue) = 250+222+112=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE70 is #05218F. Grayscale: #DADADA. Windows color (decimal): -336272 or 7397114. OLE color: 7397114.
HSL color Cylindrical-coordinate representation of color #FADE70: hue angle of 47.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FADE70 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 112 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.02 |
| HSL | 47.83º | 0.93% | 0.71% | - |
| HSV(B) | 47.83º | 0.55% | 0.98% | - |
| XYZ | 68.47 | 73.74 | 25.95 | - |
| YUV | 217.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 112 | 0 | 0.11 | 0.55 | 0.02 | 47.83 | 0.93 | 0.71 |
| Hex | FA | DE | 70 | 0 | B | 37 | 2 | 30 | 5D | 47 |
| Octal | 372 | 336 | 160 | 0 | 13 | 67 | 2 | 60 | 135 | 107 |
| Binary | 11111010 | 11011110 | 1110000 | 0 | 1011 | 110111 | 10 | 110000 | 1011101 | 1000111 |
Color Harmonies of #FADE70
Complementary color
Monochromatic Colors of #FADE70
Black with #FADE70
Text Example
Text Example
White with #FADE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE70; }
p { color: rgb(250,222,112); }
H1.HeaderClassName
{
color: #FADE70;
}
.AnyTagClassName
{
color: #FADE70;
}
</style>
background-color css
<style>
a { background-color: #FADE70; }
a { background-color: rgb(250,222,112); }
div.DivClassName
{
background-color: #FADE70;
}
.BgClassName
{
background-color: #FADE70;
}
</style>
border-color css
<style>
span { border-color: #FADE70; }
span { border-color: rgb(250,222,112); }
td.TdClassName
{
border-color: #FADE70;
}
.TagClassName
{
border-color: #FADE70;
}
</style>