Shades of Sweet Corn #FADC6B
Tints of Sweet Corn #FADC6B
RGB
CMYK
RGB Variations
Color information
#FADC6B (or 0xFADC6B) is known color: Sweet Corn. HEX triplet: FA, DC and 6B. RGB value is (250,220,107). Sum of RGB (Red+Green+Blue) = 250+220+107=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC6B is #052394. Grayscale: #D8D8D8. Windows color (decimal): -336789 or 7068922. OLE color: 7068922.
HSL color Cylindrical-coordinate representation of color #FADC6B: hue angle of 47.41º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FADC6B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 107 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 47.41º | 0.93% | 0.7% | - |
| HSV(B) | 47.41º | 0.57% | 0.98% | - |
| XYZ | 67.67 | 72.57 | 24.35 | - |
| YUV | 216.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 107 | 0 | 0.12 | 0.57 | 0.02 | 47.41 | 0.93 | 0.7 |
| Hex | FA | DC | 6B | 0 | C | 39 | 2 | 2F | 5D | 46 |
| Octal | 372 | 334 | 153 | 0 | 14 | 71 | 2 | 57 | 135 | 106 |
| Binary | 11111010 | 11011100 | 1101011 | 0 | 1100 | 111001 | 10 | 101111 | 1011101 | 1000110 |
Color Harmonies of #FADC6B
Complementary color
Monochromatic Colors of #FADC6B
Black with #FADC6B
Text Example
Text Example
White with #FADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC6B; }
p { color: rgb(250,220,107); }
H1.HeaderClassName
{
color: #FADC6B;
}
.AnyTagClassName
{
color: #FADC6B;
}
</style>
background-color css
<style>
a { background-color: #FADC6B; }
a { background-color: rgb(250,220,107); }
div.DivClassName
{
background-color: #FADC6B;
}
.BgClassName
{
background-color: #FADC6B;
}
</style>
border-color css
<style>
span { border-color: #FADC6B; }
span { border-color: rgb(250,220,107); }
td.TdClassName
{
border-color: #FADC6B;
}
.TagClassName
{
border-color: #FADC6B;
}
</style>