Shades of Sweet Corn #FADC74
Tints of Sweet Corn #FADC74
RGB
CMYK
RGB Variations
Color information
#FADC74 (or 0xFADC74) is known color: Sweet Corn. HEX triplet: FA, DC and 74. RGB value is (250,220,116). Sum of RGB (Red+Green+Blue) = 250+220+116=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC74 is #05238B. Grayscale: #D9D9D9. Windows color (decimal): -336780 or 7658746. OLE color: 7658746.
HSL color Cylindrical-coordinate representation of color #FADC74: hue angle of 46.57º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FADC74 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 116 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.02 |
| HSL | 46.57º | 0.93% | 0.72% | - |
| HSV(B) | 46.57º | 0.54% | 0.98% | - |
| XYZ | 68.17 | 72.77 | 26.98 | - |
| YUV | 217.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 116 | 0 | 0.12 | 0.54 | 0.02 | 46.57 | 0.93 | 0.72 |
| Hex | FA | DC | 74 | 0 | C | 36 | 2 | 2F | 5D | 48 |
| Octal | 372 | 334 | 164 | 0 | 14 | 66 | 2 | 57 | 135 | 110 |
| Binary | 11111010 | 11011100 | 1110100 | 0 | 1100 | 110110 | 10 | 101111 | 1011101 | 1001000 |
Color Harmonies of #FADC74
Complementary color
Monochromatic Colors of #FADC74
Black with #FADC74
Text Example
Text Example
White with #FADC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC74; }
p { color: rgb(250,220,116); }
H1.HeaderClassName
{
color: #FADC74;
}
.AnyTagClassName
{
color: #FADC74;
}
</style>
background-color css
<style>
a { background-color: #FADC74; }
a { background-color: rgb(250,220,116); }
div.DivClassName
{
background-color: #FADC74;
}
.BgClassName
{
background-color: #FADC74;
}
</style>
border-color css
<style>
span { border-color: #FADC74; }
span { border-color: rgb(250,220,116); }
td.TdClassName
{
border-color: #FADC74;
}
.TagClassName
{
border-color: #FADC74;
}
</style>