Shades of Sweet Corn #FAE57D
Tints of Sweet Corn #FAE57D
RGB
CMYK
RGB Variations
Color information
#FAE57D (or 0xFAE57D) is known color: Sweet Corn. HEX triplet: FA, E5 and 7D. RGB value is (250,229,125). Sum of RGB (Red+Green+Blue) = 250+229+125=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE57D is #051A82. Grayscale: #DFDFDF. Windows color (decimal): -334467 or 8250874. OLE color: 8250874.
HSL color Cylindrical-coordinate representation of color #FAE57D: hue angle of 49.92º 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 #FAE57D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 125 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.02 |
| HSL | 49.92º | 0.93% | 0.74% | - |
| HSV(B) | 49.92º | 0.5% | 0.98% | - |
| XYZ | 71.15 | 77.84 | 30.68 | - |
| YUV | 223.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 125 | 0 | 0.08 | 0.50 | 0.02 | 49.92 | 0.93 | 0.74 |
| Hex | FA | E5 | 7D | 0 | 8 | 32 | 2 | 32 | 5D | 4A |
| Octal | 372 | 345 | 175 | 0 | 10 | 62 | 2 | 62 | 135 | 112 |
| Binary | 11111010 | 11100101 | 1111101 | 0 | 1000 | 110010 | 10 | 110010 | 1011101 | 1001010 |
Color Harmonies of #FAE57D
Complementary color
Monochromatic Colors of #FAE57D
Black with #FAE57D
Text Example
Text Example
White with #FAE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE57D; }
p { color: rgb(250,229,125); }
H1.HeaderClassName
{
color: #FAE57D;
}
.AnyTagClassName
{
color: #FAE57D;
}
</style>
background-color css
<style>
a { background-color: #FAE57D; }
a { background-color: rgb(250,229,125); }
div.DivClassName
{
background-color: #FAE57D;
}
.BgClassName
{
background-color: #FAE57D;
}
</style>
border-color css
<style>
span { border-color: #FAE57D; }
span { border-color: rgb(250,229,125); }
td.TdClassName
{
border-color: #FAE57D;
}
.TagClassName
{
border-color: #FAE57D;
}
</style>