Shades of Sweet Corn #FAE773
Tints of Sweet Corn #FAE773
RGB
CMYK
RGB Variations
Color information
#FAE773 (or 0xFAE773) is known color: Sweet Corn. HEX triplet: FA, E7 and 73. RGB value is (250,231,115). Sum of RGB (Red+Green+Blue) = 250+231+115=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 115 (45.31% from 255 or 19.30% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE773 is #05188C. Grayscale: #DFDFDF. Windows color (decimal): -333965 or 7596026. OLE color: 7596026.
HSL color Cylindrical-coordinate representation of color #FAE773: hue angle of 51.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAE773 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 115 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.02 |
| HSL | 51.56º | 0.93% | 0.72% | - |
| HSV(B) | 51.56º | 0.54% | 0.98% | - |
| XYZ | 71.09 | 78.71 | 27.67 | - |
| YUV | 223.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 115 | 0 | 0.08 | 0.54 | 0.02 | 51.56 | 0.93 | 0.72 |
| Hex | FA | E7 | 73 | 0 | 8 | 36 | 2 | 34 | 5D | 48 |
| Octal | 372 | 347 | 163 | 0 | 10 | 66 | 2 | 64 | 135 | 110 |
| Binary | 11111010 | 11100111 | 1110011 | 0 | 1000 | 110110 | 10 | 110100 | 1011101 | 1001000 |
Color Harmonies of #FAE773
Complementary color
Monochromatic Colors of #FAE773
Black with #FAE773
Text Example
Text Example
White with #FAE773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE773; }
p { color: rgb(250,231,115); }
H1.HeaderClassName
{
color: #FAE773;
}
.AnyTagClassName
{
color: #FAE773;
}
</style>
background-color css
<style>
a { background-color: #FAE773; }
a { background-color: rgb(250,231,115); }
div.DivClassName
{
background-color: #FAE773;
}
.BgClassName
{
background-color: #FAE773;
}
</style>
border-color css
<style>
span { border-color: #FAE773; }
span { border-color: rgb(250,231,115); }
td.TdClassName
{
border-color: #FAE773;
}
.TagClassName
{
border-color: #FAE773;
}
</style>