Shades of Sweet Corn #FADC78
Tints of Sweet Corn #FADC78
RGB
CMYK
RGB Variations
Color information
#FADC78 (or 0xFADC78) is known color: Sweet Corn. HEX triplet: FA, DC and 78. RGB value is (250,220,120). Sum of RGB (Red+Green+Blue) = 250+220+120=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC78 is #052387. Grayscale: #D9D9D9. Windows color (decimal): -336776 or 7920890. OLE color: 7920890.
HSL color Cylindrical-coordinate representation of color #FADC78: hue angle of 46.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FADC78 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 120 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.02 |
| HSL | 46.15º | 0.93% | 0.73% | - |
| HSV(B) | 46.15º | 0.52% | 0.98% | - |
| XYZ | 68.41 | 72.87 | 28.23 | - |
| YUV | 217.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 120 | 0 | 0.12 | 0.52 | 0.02 | 46.15 | 0.93 | 0.73 |
| Hex | FA | DC | 78 | 0 | C | 34 | 2 | 2E | 5D | 49 |
| Octal | 372 | 334 | 170 | 0 | 14 | 64 | 2 | 56 | 135 | 111 |
| Binary | 11111010 | 11011100 | 1111000 | 0 | 1100 | 110100 | 10 | 101110 | 1011101 | 1001001 |
Color Harmonies of #FADC78
Complementary color
Monochromatic Colors of #FADC78
Black with #FADC78
Text Example
Text Example
White with #FADC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC78; }
p { color: rgb(250,220,120); }
H1.HeaderClassName
{
color: #FADC78;
}
.AnyTagClassName
{
color: #FADC78;
}
</style>
background-color css
<style>
a { background-color: #FADC78; }
a { background-color: rgb(250,220,120); }
div.DivClassName
{
background-color: #FADC78;
}
.BgClassName
{
background-color: #FADC78;
}
</style>
border-color css
<style>
span { border-color: #FADC78; }
span { border-color: rgb(250,220,120); }
td.TdClassName
{
border-color: #FADC78;
}
.TagClassName
{
border-color: #FADC78;
}
</style>