Shades of Sweet Corn #FADC72
Tints of Sweet Corn #FADC72
RGB
CMYK
RGB Variations
Color information
#FADC72 (or 0xFADC72) is known color: Sweet Corn. HEX triplet: FA, DC and 72. RGB value is (250,220,114). Sum of RGB (Red+Green+Blue) = 250+220+114=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC72 is #05238D. Grayscale: #D9D9D9. Windows color (decimal): -336782 or 7527674. OLE color: 7527674.
HSL color Cylindrical-coordinate representation of color #FADC72: hue angle of 46.76º 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 #FADC72 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 114 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.02 |
| HSL | 46.76º | 0.93% | 0.71% | - |
| HSV(B) | 46.76º | 0.54% | 0.98% | - |
| XYZ | 68.05 | 72.73 | 26.37 | - |
| YUV | 216.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 114 | 0 | 0.12 | 0.54 | 0.02 | 46.76 | 0.93 | 0.71 |
| Hex | FA | DC | 72 | 0 | C | 36 | 2 | 2F | 5D | 47 |
| Octal | 372 | 334 | 162 | 0 | 14 | 66 | 2 | 57 | 135 | 107 |
| Binary | 11111010 | 11011100 | 1110010 | 0 | 1100 | 110110 | 10 | 101111 | 1011101 | 1000111 |
Color Harmonies of #FADC72
Complementary color
Monochromatic Colors of #FADC72
Black with #FADC72
Text Example
Text Example
White with #FADC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC72; }
p { color: rgb(250,220,114); }
H1.HeaderClassName
{
color: #FADC72;
}
.AnyTagClassName
{
color: #FADC72;
}
</style>
background-color css
<style>
a { background-color: #FADC72; }
a { background-color: rgb(250,220,114); }
div.DivClassName
{
background-color: #FADC72;
}
.BgClassName
{
background-color: #FADC72;
}
</style>
border-color css
<style>
span { border-color: #FADC72; }
span { border-color: rgb(250,220,114); }
td.TdClassName
{
border-color: #FADC72;
}
.TagClassName
{
border-color: #FADC72;
}
</style>