Shades of Sweet Corn #FAE376
Tints of Sweet Corn #FAE376
RGB
CMYK
RGB Variations
Color information
#FAE376 (or 0xFAE376) is known color: Sweet Corn. HEX triplet: FA, E3 and 76. RGB value is (250,227,118). Sum of RGB (Red+Green+Blue) = 250+227+118=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE376 is #051C89. Grayscale: #DDDDDD. Windows color (decimal): -334986 or 7791610. OLE color: 7791610.
HSL color Cylindrical-coordinate representation of color #FAE376: hue angle of 49.55º 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 #FAE376 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 118 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.02 |
| HSL | 49.55º | 0.93% | 0.72% | - |
| HSV(B) | 49.55º | 0.53% | 0.98% | - |
| XYZ | 70.16 | 76.57 | 28.22 | - |
| YUV | 221.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 118 | 0 | 0.09 | 0.53 | 0.02 | 49.55 | 0.93 | 0.72 |
| Hex | FA | E3 | 76 | 0 | 9 | 35 | 2 | 32 | 5D | 48 |
| Octal | 372 | 343 | 166 | 0 | 11 | 65 | 2 | 62 | 135 | 110 |
| Binary | 11111010 | 11100011 | 1110110 | 0 | 1001 | 110101 | 10 | 110010 | 1011101 | 1001000 |
Color Harmonies of #FAE376
Complementary color
Monochromatic Colors of #FAE376
Black with #FAE376
Text Example
Text Example
White with #FAE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE376; }
p { color: rgb(250,227,118); }
H1.HeaderClassName
{
color: #FAE376;
}
.AnyTagClassName
{
color: #FAE376;
}
</style>
background-color css
<style>
a { background-color: #FAE376; }
a { background-color: rgb(250,227,118); }
div.DivClassName
{
background-color: #FAE376;
}
.BgClassName
{
background-color: #FAE376;
}
</style>
border-color css
<style>
span { border-color: #FAE376; }
span { border-color: rgb(250,227,118); }
td.TdClassName
{
border-color: #FAE376;
}
.TagClassName
{
border-color: #FAE376;
}
</style>