Shades of Sweet Corn #FADE77
Tints of Sweet Corn #FADE77
RGB
CMYK
RGB Variations
Color information
#FADE77 (or 0xFADE77) is known color: Sweet Corn. HEX triplet: FA, DE and 77. RGB value is (250,222,119). Sum of RGB (Red+Green+Blue) = 250+222+119=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE77 is #052188. Grayscale: #DBDBDB. Windows color (decimal): -336265 or 7855866. OLE color: 7855866.
HSL color Cylindrical-coordinate representation of color #FADE77: hue angle of 47.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FADE77 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 119 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.02 |
| HSL | 47.18º | 0.93% | 0.72% | - |
| HSV(B) | 47.18º | 0.52% | 0.98% | - |
| XYZ | 68.88 | 73.9 | 28.09 | - |
| YUV | 218.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 119 | 0 | 0.11 | 0.52 | 0.02 | 47.18 | 0.93 | 0.72 |
| Hex | FA | DE | 77 | 0 | B | 34 | 2 | 2F | 5D | 48 |
| Octal | 372 | 336 | 167 | 0 | 13 | 64 | 2 | 57 | 135 | 110 |
| Binary | 11111010 | 11011110 | 1110111 | 0 | 1011 | 110100 | 10 | 101111 | 1011101 | 1001000 |
Color Harmonies of #FADE77
Complementary color
Monochromatic Colors of #FADE77
Black with #FADE77
Text Example
Text Example
White with #FADE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE77; }
p { color: rgb(250,222,119); }
H1.HeaderClassName
{
color: #FADE77;
}
.AnyTagClassName
{
color: #FADE77;
}
</style>
background-color css
<style>
a { background-color: #FADE77; }
a { background-color: rgb(250,222,119); }
div.DivClassName
{
background-color: #FADE77;
}
.BgClassName
{
background-color: #FADE77;
}
</style>
border-color css
<style>
span { border-color: #FADE77; }
span { border-color: rgb(250,222,119); }
td.TdClassName
{
border-color: #FADE77;
}
.TagClassName
{
border-color: #FADE77;
}
</style>