Shades of Sweet Corn #FAE77D
Tints of Sweet Corn #FAE77D
RGB
CMYK
RGB Variations
Color information
#FAE77D (or 0xFAE77D) is known color: Sweet Corn. HEX triplet: FA, E7 and 7D. RGB value is (250,231,125). Sum of RGB (Red+Green+Blue) = 250+231+125=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE77D is #051882. Grayscale: #E1E1E1. Windows color (decimal): -333955 or 8251386. OLE color: 8251386.
HSL color Cylindrical-coordinate representation of color #FAE77D: hue angle of 50.88º 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 #FAE77D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 125 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.02 |
| HSL | 50.88º | 0.93% | 0.74% | - |
| HSV(B) | 50.88º | 0.5% | 0.98% | - |
| XYZ | 71.7 | 78.96 | 30.86 | - |
| YUV | 224.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 125 | 0 | 0.08 | 0.50 | 0.02 | 50.88 | 0.93 | 0.74 |
| Hex | FA | E7 | 7D | 0 | 8 | 32 | 2 | 33 | 5D | 4A |
| Octal | 372 | 347 | 175 | 0 | 10 | 62 | 2 | 63 | 135 | 112 |
| Binary | 11111010 | 11100111 | 1111101 | 0 | 1000 | 110010 | 10 | 110011 | 1011101 | 1001010 |
Color Harmonies of #FAE77D
Complementary color
Monochromatic Colors of #FAE77D
Black with #FAE77D
Text Example
Text Example
White with #FAE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE77D; }
p { color: rgb(250,231,125); }
H1.HeaderClassName
{
color: #FAE77D;
}
.AnyTagClassName
{
color: #FAE77D;
}
</style>
background-color css
<style>
a { background-color: #FAE77D; }
a { background-color: rgb(250,231,125); }
div.DivClassName
{
background-color: #FAE77D;
}
.BgClassName
{
background-color: #FAE77D;
}
</style>
border-color css
<style>
span { border-color: #FAE77D; }
span { border-color: rgb(250,231,125); }
td.TdClassName
{
border-color: #FAE77D;
}
.TagClassName
{
border-color: #FAE77D;
}
</style>