Shades of Sweet Corn #FADE72
Tints of Sweet Corn #FADE72
RGB
CMYK
RGB Variations
Color information
#FADE72 (or 0xFADE72) is known color: Sweet Corn. HEX triplet: FA, DE and 72. RGB value is (250,222,114). Sum of RGB (Red+Green+Blue) = 250+222+114=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE72 is #05218D. Grayscale: #DADADA. Windows color (decimal): -336270 or 7528186. OLE color: 7528186.
HSL color Cylindrical-coordinate representation of color #FADE72: hue angle of 47.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FADE72 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 114 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.02 |
| HSL | 47.65º | 0.93% | 0.71% | - |
| HSV(B) | 47.65º | 0.54% | 0.98% | - |
| XYZ | 68.58 | 73.78 | 26.55 | - |
| YUV | 218.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 114 | 0 | 0.11 | 0.54 | 0.02 | 47.65 | 0.93 | 0.71 |
| Hex | FA | DE | 72 | 0 | B | 36 | 2 | 30 | 5D | 47 |
| Octal | 372 | 336 | 162 | 0 | 13 | 66 | 2 | 60 | 135 | 107 |
| Binary | 11111010 | 11011110 | 1110010 | 0 | 1011 | 110110 | 10 | 110000 | 1011101 | 1000111 |
Color Harmonies of #FADE72
Complementary color
Monochromatic Colors of #FADE72
Black with #FADE72
Text Example
Text Example
White with #FADE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE72; }
p { color: rgb(250,222,114); }
H1.HeaderClassName
{
color: #FADE72;
}
.AnyTagClassName
{
color: #FADE72;
}
</style>
background-color css
<style>
a { background-color: #FADE72; }
a { background-color: rgb(250,222,114); }
div.DivClassName
{
background-color: #FADE72;
}
.BgClassName
{
background-color: #FADE72;
}
</style>
border-color css
<style>
span { border-color: #FADE72; }
span { border-color: rgb(250,222,114); }
td.TdClassName
{
border-color: #FADE72;
}
.TagClassName
{
border-color: #FADE72;
}
</style>