Shades of Sweet Corn #FADA72
Tints of Sweet Corn #FADA72
RGB
CMYK
RGB Variations
Color information
#FADA72 (or 0xFADA72) is known color: Sweet Corn. HEX triplet: FA, DA and 72. RGB value is (250,218,114). Sum of RGB (Red+Green+Blue) = 250+218+114=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA72 is #05258D. Grayscale: #D8D8D8. Windows color (decimal): -337294 or 7527162. OLE color: 7527162.
HSL color Cylindrical-coordinate representation of color #FADA72: hue angle of 45.88º 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 #FADA72 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 114 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.02 |
| HSL | 45.88º | 0.93% | 0.71% | - |
| HSV(B) | 45.88º | 0.54% | 0.98% | - |
| XYZ | 67.53 | 71.68 | 26.2 | - |
| YUV | 215.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 114 | 0 | 0.13 | 0.54 | 0.02 | 45.88 | 0.93 | 0.71 |
| Hex | FA | DA | 72 | 0 | D | 36 | 2 | 2E | 5D | 47 |
| Octal | 372 | 332 | 162 | 0 | 15 | 66 | 2 | 56 | 135 | 107 |
| Binary | 11111010 | 11011010 | 1110010 | 0 | 1101 | 110110 | 10 | 101110 | 1011101 | 1000111 |
Color Harmonies of #FADA72
Complementary color
Monochromatic Colors of #FADA72
Black with #FADA72
Text Example
Text Example
White with #FADA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA72; }
p { color: rgb(250,218,114); }
H1.HeaderClassName
{
color: #FADA72;
}
.AnyTagClassName
{
color: #FADA72;
}
</style>
background-color css
<style>
a { background-color: #FADA72; }
a { background-color: rgb(250,218,114); }
div.DivClassName
{
background-color: #FADA72;
}
.BgClassName
{
background-color: #FADA72;
}
</style>
border-color css
<style>
span { border-color: #FADA72; }
span { border-color: rgb(250,218,114); }
td.TdClassName
{
border-color: #FADA72;
}
.TagClassName
{
border-color: #FADA72;
}
</style>