Shades of Sweet Corn #FAE275
Tints of Sweet Corn #FAE275
RGB
CMYK
RGB Variations
Color information
#FAE275 (or 0xFAE275) is known color: Sweet Corn. HEX triplet: FA, E2 and 75. RGB value is (250,226,117). Sum of RGB (Red+Green+Blue) = 250+226+117=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE275 is #051D8A. Grayscale: #DDDDDD. Windows color (decimal): -335243 or 7725818. OLE color: 7725818.
HSL color Cylindrical-coordinate representation of color #FAE275: hue angle of 49.17º 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 #FAE275 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 117 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.02 |
| HSL | 49.17º | 0.93% | 0.72% | - |
| HSV(B) | 49.17º | 0.53% | 0.98% | - |
| XYZ | 69.83 | 76 | 27.82 | - |
| YUV | 220.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 117 | 0 | 0.10 | 0.53 | 0.02 | 49.17 | 0.93 | 0.72 |
| Hex | FA | E2 | 75 | 0 | A | 35 | 2 | 31 | 5D | 48 |
| Octal | 372 | 342 | 165 | 0 | 12 | 65 | 2 | 61 | 135 | 110 |
| Binary | 11111010 | 11100010 | 1110101 | 0 | 1010 | 110101 | 10 | 110001 | 1011101 | 1001000 |
Color Harmonies of #FAE275
Complementary color
Monochromatic Colors of #FAE275
Black with #FAE275
Text Example
Text Example
White with #FAE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE275; }
p { color: rgb(250,226,117); }
H1.HeaderClassName
{
color: #FAE275;
}
.AnyTagClassName
{
color: #FAE275;
}
</style>
background-color css
<style>
a { background-color: #FAE275; }
a { background-color: rgb(250,226,117); }
div.DivClassName
{
background-color: #FAE275;
}
.BgClassName
{
background-color: #FAE275;
}
</style>
border-color css
<style>
span { border-color: #FAE275; }
span { border-color: rgb(250,226,117); }
td.TdClassName
{
border-color: #FAE275;
}
.TagClassName
{
border-color: #FAE275;
}
</style>