Shades of Sweet Corn #FAE77E
Tints of Sweet Corn #FAE77E
RGB
CMYK
RGB Variations
Color information
#FAE77E (or 0xFAE77E) is known color: Sweet Corn. HEX triplet: FA, E7 and 7E. RGB value is (250,231,126). Sum of RGB (Red+Green+Blue) = 250+231+126=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE77E is #051881. Grayscale: #E1E1E1. Windows color (decimal): -333954 or 8316922. OLE color: 8316922.
HSL color Cylindrical-coordinate representation of color #FAE77E: hue angle of 50.81º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAE77E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 126 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.02 |
| HSL | 50.81º | 0.93% | 0.74% | - |
| HSV(B) | 50.81º | 0.5% | 0.98% | - |
| XYZ | 71.77 | 78.98 | 31.2 | - |
| YUV | 224.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 126 | 0 | 0.08 | 0.50 | 0.02 | 50.81 | 0.93 | 0.74 |
| Hex | FA | E7 | 7E | 0 | 8 | 32 | 2 | 33 | 5D | 4A |
| Octal | 372 | 347 | 176 | 0 | 10 | 62 | 2 | 63 | 135 | 112 |
| Binary | 11111010 | 11100111 | 1111110 | 0 | 1000 | 110010 | 10 | 110011 | 1011101 | 1001010 |
Color Harmonies of #FAE77E
Complementary color
Monochromatic Colors of #FAE77E
Black with #FAE77E
Text Example
Text Example
White with #FAE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE77E; }
p { color: rgb(250,231,126); }
H1.HeaderClassName
{
color: #FAE77E;
}
.AnyTagClassName
{
color: #FAE77E;
}
</style>
background-color css
<style>
a { background-color: #FAE77E; }
a { background-color: rgb(250,231,126); }
div.DivClassName
{
background-color: #FAE77E;
}
.BgClassName
{
background-color: #FAE77E;
}
</style>
border-color css
<style>
span { border-color: #FAE77E; }
span { border-color: rgb(250,231,126); }
td.TdClassName
{
border-color: #FAE77E;
}
.TagClassName
{
border-color: #FAE77E;
}
</style>