Shades of Sweet Corn #FADE75
Tints of Sweet Corn #FADE75
RGB
CMYK
RGB Variations
Color information
#FADE75 (or 0xFADE75) is known color: Sweet Corn. HEX triplet: FA, DE and 75. RGB value is (250,222,117). Sum of RGB (Red+Green+Blue) = 250+222+117=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE75 is #05218A. Grayscale: #DADADA. Windows color (decimal): -336267 or 7724794. OLE color: 7724794.
HSL color Cylindrical-coordinate representation of color #FADE75: hue angle of 47.37º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FADE75 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 117 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.02 |
| HSL | 47.37º | 0.93% | 0.72% | - |
| HSV(B) | 47.37º | 0.53% | 0.98% | - |
| XYZ | 68.76 | 73.85 | 27.46 | - |
| YUV | 218.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 117 | 0 | 0.11 | 0.53 | 0.02 | 47.37 | 0.93 | 0.72 |
| Hex | FA | DE | 75 | 0 | B | 35 | 2 | 2F | 5D | 48 |
| Octal | 372 | 336 | 165 | 0 | 13 | 65 | 2 | 57 | 135 | 110 |
| Binary | 11111010 | 11011110 | 1110101 | 0 | 1011 | 110101 | 10 | 101111 | 1011101 | 1001000 |
Color Harmonies of #FADE75
Complementary color
Monochromatic Colors of #FADE75
Black with #FADE75
Text Example
Text Example
White with #FADE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE75; }
p { color: rgb(250,222,117); }
H1.HeaderClassName
{
color: #FADE75;
}
.AnyTagClassName
{
color: #FADE75;
}
</style>
background-color css
<style>
a { background-color: #FADE75; }
a { background-color: rgb(250,222,117); }
div.DivClassName
{
background-color: #FADE75;
}
.BgClassName
{
background-color: #FADE75;
}
</style>
border-color css
<style>
span { border-color: #FADE75; }
span { border-color: rgb(250,222,117); }
td.TdClassName
{
border-color: #FADE75;
}
.TagClassName
{
border-color: #FADE75;
}
</style>