Shades of Sweet Corn #FAE070
Tints of Sweet Corn #FAE070
RGB
CMYK
RGB Variations
Color information
#FAE070 (or 0xFAE070) is known color: Sweet Corn. HEX triplet: FA, E0 and 70. RGB value is (250,224,112). Sum of RGB (Red+Green+Blue) = 250+224+112=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE070 is #051F8F. Grayscale: #DBDBDB. Windows color (decimal): -335760 or 7397626. OLE color: 7397626.
HSL color Cylindrical-coordinate representation of color #FAE070: hue angle of 48.7º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAE070 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 112 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.02 |
| HSL | 48.7º | 0.93% | 0.71% | - |
| HSV(B) | 48.7º | 0.55% | 0.98% | - |
| XYZ | 69 | 74.81 | 26.13 | - |
| YUV | 219.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 112 | 0 | 0.10 | 0.55 | 0.02 | 48.7 | 0.93 | 0.71 |
| Hex | FA | E0 | 70 | 0 | A | 37 | 2 | 31 | 5D | 47 |
| Octal | 372 | 340 | 160 | 0 | 12 | 67 | 2 | 61 | 135 | 107 |
| Binary | 11111010 | 11100000 | 1110000 | 0 | 1010 | 110111 | 10 | 110001 | 1011101 | 1000111 |
Color Harmonies of #FAE070
Complementary color
Monochromatic Colors of #FAE070
Black with #FAE070
Text Example
Text Example
White with #FAE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE070; }
p { color: rgb(250,224,112); }
H1.HeaderClassName
{
color: #FAE070;
}
.AnyTagClassName
{
color: #FAE070;
}
</style>
background-color css
<style>
a { background-color: #FAE070; }
a { background-color: rgb(250,224,112); }
div.DivClassName
{
background-color: #FAE070;
}
.BgClassName
{
background-color: #FAE070;
}
</style>
border-color css
<style>
span { border-color: #FAE070; }
span { border-color: rgb(250,224,112); }
td.TdClassName
{
border-color: #FAE070;
}
.TagClassName
{
border-color: #FAE070;
}
</style>