Shades of Sweet Corn #FADE7A
Tints of Sweet Corn #FADE7A
RGB
CMYK
RGB Variations
Color information
#FADE7A (or 0xFADE7A) is known color: Sweet Corn. HEX triplet: FA, DE and 7A. RGB value is (250,222,122). Sum of RGB (Red+Green+Blue) = 250+222+122=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE7A is #052185. Grayscale: #DBDBDB. Windows color (decimal): -336262 or 8052474. OLE color: 8052474.
HSL color Cylindrical-coordinate representation of color #FADE7A: hue angle of 46.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADE7A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 122 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.02 |
| HSL | 46.88º | 0.93% | 0.73% | - |
| HSV(B) | 46.88º | 0.51% | 0.98% | - |
| XYZ | 69.06 | 73.97 | 29.05 | - |
| YUV | 218.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 122 | 0 | 0.11 | 0.51 | 0.02 | 46.88 | 0.93 | 0.73 |
| Hex | FA | DE | 7A | 0 | B | 33 | 2 | 2F | 5D | 49 |
| Octal | 372 | 336 | 172 | 0 | 13 | 63 | 2 | 57 | 135 | 111 |
| Binary | 11111010 | 11011110 | 1111010 | 0 | 1011 | 110011 | 10 | 101111 | 1011101 | 1001001 |
Color Harmonies of #FADE7A
Complementary color
Monochromatic Colors of #FADE7A
Black with #FADE7A
Text Example
Text Example
White with #FADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE7A; }
p { color: rgb(250,222,122); }
H1.HeaderClassName
{
color: #FADE7A;
}
.AnyTagClassName
{
color: #FADE7A;
}
</style>
background-color css
<style>
a { background-color: #FADE7A; }
a { background-color: rgb(250,222,122); }
div.DivClassName
{
background-color: #FADE7A;
}
.BgClassName
{
background-color: #FADE7A;
}
</style>
border-color css
<style>
span { border-color: #FADE7A; }
span { border-color: rgb(250,222,122); }
td.TdClassName
{
border-color: #FADE7A;
}
.TagClassName
{
border-color: #FADE7A;
}
</style>