Shades of Sweet Corn #FADC6A
Tints of Sweet Corn #FADC6A
RGB
CMYK
RGB Variations
Color information
#FADC6A (or 0xFADC6A) is known color: Sweet Corn. HEX triplet: FA, DC and 6A. RGB value is (250,220,106). Sum of RGB (Red+Green+Blue) = 250+220+106=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC6A is #052395. Grayscale: #D8D8D8. Windows color (decimal): -336790 or 7003386. OLE color: 7003386.
HSL color Cylindrical-coordinate representation of color #FADC6A: hue angle of 47.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FADC6A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 106 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.02 |
| HSL | 47.5º | 0.94% | 0.7% | - |
| HSV(B) | 47.5º | 0.58% | 0.98% | - |
| XYZ | 67.62 | 72.55 | 24.08 | - |
| YUV | 215.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 106 | 0 | 0.12 | 0.58 | 0.02 | 47.5 | 0.94 | 0.7 |
| Hex | FA | DC | 6A | 0 | C | 3A | 2 | 30 | 5E | 46 |
| Octal | 372 | 334 | 152 | 0 | 14 | 72 | 2 | 60 | 136 | 106 |
| Binary | 11111010 | 11011100 | 1101010 | 0 | 1100 | 111010 | 10 | 110000 | 1011110 | 1000110 |
Color Harmonies of #FADC6A
Complementary color
Monochromatic Colors of #FADC6A
Black with #FADC6A
Text Example
Text Example
White with #FADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC6A; }
p { color: rgb(250,220,106); }
H1.HeaderClassName
{
color: #FADC6A;
}
.AnyTagClassName
{
color: #FADC6A;
}
</style>
background-color css
<style>
a { background-color: #FADC6A; }
a { background-color: rgb(250,220,106); }
div.DivClassName
{
background-color: #FADC6A;
}
.BgClassName
{
background-color: #FADC6A;
}
</style>
border-color css
<style>
span { border-color: #FADC6A; }
span { border-color: rgb(250,220,106); }
td.TdClassName
{
border-color: #FADC6A;
}
.TagClassName
{
border-color: #FADC6A;
}
</style>