Shades of Sweet Corn #FAE07A
Tints of Sweet Corn #FAE07A
RGB
CMYK
RGB Variations
Color information
#FAE07A (or 0xFAE07A) is known color: Sweet Corn. HEX triplet: FA, E0 and 7A. RGB value is (250,224,122). Sum of RGB (Red+Green+Blue) = 250+224+122=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE07A is #051F85. Grayscale: #DCDCDC. Windows color (decimal): -335750 or 8052986. OLE color: 8052986.
HSL color Cylindrical-coordinate representation of color #FAE07A: hue angle of 47.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAE07A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 122 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.02 |
| HSL | 47.81º | 0.93% | 0.73% | - |
| HSV(B) | 47.81º | 0.51% | 0.98% | - |
| XYZ | 69.59 | 75.04 | 29.23 | - |
| YUV | 220.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 122 | 0 | 0.10 | 0.51 | 0.02 | 47.81 | 0.93 | 0.73 |
| Hex | FA | E0 | 7A | 0 | A | 33 | 2 | 30 | 5D | 49 |
| Octal | 372 | 340 | 172 | 0 | 12 | 63 | 2 | 60 | 135 | 111 |
| Binary | 11111010 | 11100000 | 1111010 | 0 | 1010 | 110011 | 10 | 110000 | 1011101 | 1001001 |
Color Harmonies of #FAE07A
Complementary color
Monochromatic Colors of #FAE07A
Black with #FAE07A
Text Example
Text Example
White with #FAE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE07A; }
p { color: rgb(250,224,122); }
H1.HeaderClassName
{
color: #FAE07A;
}
.AnyTagClassName
{
color: #FAE07A;
}
</style>
background-color css
<style>
a { background-color: #FAE07A; }
a { background-color: rgb(250,224,122); }
div.DivClassName
{
background-color: #FAE07A;
}
.BgClassName
{
background-color: #FAE07A;
}
</style>
border-color css
<style>
span { border-color: #FAE07A; }
span { border-color: rgb(250,224,122); }
td.TdClassName
{
border-color: #FAE07A;
}
.TagClassName
{
border-color: #FAE07A;
}
</style>