Shades of Sweet Corn #FADE6A
Tints of Sweet Corn #FADE6A
RGB
CMYK
RGB Variations
Color information
#FADE6A (or 0xFADE6A) is known color: Sweet Corn. HEX triplet: FA, DE and 6A. RGB value is (250,222,106). Sum of RGB (Red+Green+Blue) = 250+222+106=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE6A is #052195. Grayscale: #D9D9D9. Windows color (decimal): -336278 or 7003898. OLE color: 7003898.
HSL color Cylindrical-coordinate representation of color #FADE6A: hue angle of 48.33º 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 #FADE6A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 106 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.02 |
| HSL | 48.33º | 0.94% | 0.7% | - |
| HSV(B) | 48.33º | 0.58% | 0.98% | - |
| XYZ | 68.15 | 73.61 | 24.25 | - |
| YUV | 217.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 106 | 0 | 0.11 | 0.58 | 0.02 | 48.33 | 0.94 | 0.7 |
| Hex | FA | DE | 6A | 0 | B | 3A | 2 | 30 | 5E | 46 |
| Octal | 372 | 336 | 152 | 0 | 13 | 72 | 2 | 60 | 136 | 106 |
| Binary | 11111010 | 11011110 | 1101010 | 0 | 1011 | 111010 | 10 | 110000 | 1011110 | 1000110 |
Color Harmonies of #FADE6A
Complementary color
Monochromatic Colors of #FADE6A
Black with #FADE6A
Text Example
Text Example
White with #FADE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE6A; }
p { color: rgb(250,222,106); }
H1.HeaderClassName
{
color: #FADE6A;
}
.AnyTagClassName
{
color: #FADE6A;
}
</style>
background-color css
<style>
a { background-color: #FADE6A; }
a { background-color: rgb(250,222,106); }
div.DivClassName
{
background-color: #FADE6A;
}
.BgClassName
{
background-color: #FADE6A;
}
</style>
border-color css
<style>
span { border-color: #FADE6A; }
span { border-color: rgb(250,222,106); }
td.TdClassName
{
border-color: #FADE6A;
}
.TagClassName
{
border-color: #FADE6A;
}
</style>