Shades of Sweet Corn #FAE080
Tints of Sweet Corn #FAE080
RGB
CMYK
RGB Variations
Color information
#FAE080 (or 0xFAE080) is known color: Sweet Corn. HEX triplet: FA, E0 and 80. RGB value is (250,224,128). Sum of RGB (Red+Green+Blue) = 250+224+128=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE080 is #051F7F. Grayscale: #DDDDDD. Windows color (decimal): -335744 or 8446202. OLE color: 8446202.
HSL color Cylindrical-coordinate representation of color #FAE080: hue angle of 47.21º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAE080 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 128 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.02 |
| HSL | 47.21º | 0.92% | 0.74% | - |
| HSV(B) | 47.21º | 0.49% | 0.98% | - |
| XYZ | 69.98 | 75.19 | 31.25 | - |
| YUV | 220.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 128 | 0 | 0.10 | 0.49 | 0.02 | 47.21 | 0.92 | 0.74 |
| Hex | FA | E0 | 80 | 0 | A | 31 | 2 | 2F | 5C | 4A |
| Octal | 372 | 340 | 200 | 0 | 12 | 61 | 2 | 57 | 134 | 112 |
| Binary | 11111010 | 11100000 | 10000000 | 0 | 1010 | 110001 | 10 | 101111 | 1011100 | 1001010 |
Color Harmonies of #FAE080
Complementary color
Monochromatic Colors of #FAE080
Black with #FAE080
Text Example
Text Example
White with #FAE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE080; }
p { color: rgb(250,224,128); }
H1.HeaderClassName
{
color: #FAE080;
}
.AnyTagClassName
{
color: #FAE080;
}
</style>
background-color css
<style>
a { background-color: #FAE080; }
a { background-color: rgb(250,224,128); }
div.DivClassName
{
background-color: #FAE080;
}
.BgClassName
{
background-color: #FAE080;
}
</style>
border-color css
<style>
span { border-color: #FAE080; }
span { border-color: rgb(250,224,128); }
td.TdClassName
{
border-color: #FAE080;
}
.TagClassName
{
border-color: #FAE080;
}
</style>