Shades of Sweet Corn #FADD6F
Tints of Sweet Corn #FADD6F
RGB
CMYK
RGB Variations
Color information
#FADD6F (or 0xFADD6F) is known color: Sweet Corn. HEX triplet: FA, DD and 6F. RGB value is (250,221,111). Sum of RGB (Red+Green+Blue) = 250+221+111=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD6F is #052290. Grayscale: #D9D9D9. Windows color (decimal): -336529 or 7331322. OLE color: 7331322.
HSL color Cylindrical-coordinate representation of color #FADD6F: hue angle of 47.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FADD6F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.02 |
| HSL | 47.48º | 0.93% | 0.71% | - |
| HSV(B) | 47.48º | 0.56% | 0.98% | - |
| XYZ | 68.15 | 73.18 | 25.57 | - |
| YUV | 217.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 111 | 0 | 0.12 | 0.56 | 0.02 | 47.48 | 0.93 | 0.71 |
| Hex | FA | DD | 6F | 0 | C | 38 | 2 | 2F | 5D | 47 |
| Octal | 372 | 335 | 157 | 0 | 14 | 70 | 2 | 57 | 135 | 107 |
| Binary | 11111010 | 11011101 | 1101111 | 0 | 1100 | 111000 | 10 | 101111 | 1011101 | 1000111 |
Color Harmonies of #FADD6F
Complementary color
Monochromatic Colors of #FADD6F
Black with #FADD6F
Text Example
Text Example
White with #FADD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD6F; }
p { color: rgb(250,221,111); }
H1.HeaderClassName
{
color: #FADD6F;
}
.AnyTagClassName
{
color: #FADD6F;
}
</style>
background-color css
<style>
a { background-color: #FADD6F; }
a { background-color: rgb(250,221,111); }
div.DivClassName
{
background-color: #FADD6F;
}
.BgClassName
{
background-color: #FADD6F;
}
</style>
border-color css
<style>
span { border-color: #FADD6F; }
span { border-color: rgb(250,221,111); }
td.TdClassName
{
border-color: #FADD6F;
}
.TagClassName
{
border-color: #FADD6F;
}
</style>