Shades of Sweet Corn #FAE171
Tints of Sweet Corn #FAE171
RGB
CMYK
RGB Variations
Color information
#FAE171 (or 0xFAE171) is known color: Sweet Corn. HEX triplet: FA, E1 and 71. RGB value is (250,225,113). Sum of RGB (Red+Green+Blue) = 250+225+113=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE171 is #051E8E. Grayscale: #DCDCDC. Windows color (decimal): -335503 or 7463418. OLE color: 7463418.
HSL color Cylindrical-coordinate representation of color #FAE171: hue angle of 49.05º 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 #FAE171 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 113 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.02 |
| HSL | 49.05º | 0.93% | 0.71% | - |
| HSV(B) | 49.05º | 0.55% | 0.98% | - |
| XYZ | 69.33 | 75.37 | 26.52 | - |
| YUV | 219.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 113 | 0 | 0.10 | 0.55 | 0.02 | 49.05 | 0.93 | 0.71 |
| Hex | FA | E1 | 71 | 0 | A | 37 | 2 | 31 | 5D | 47 |
| Octal | 372 | 341 | 161 | 0 | 12 | 67 | 2 | 61 | 135 | 107 |
| Binary | 11111010 | 11100001 | 1110001 | 0 | 1010 | 110111 | 10 | 110001 | 1011101 | 1000111 |
Color Harmonies of #FAE171
Complementary color
Monochromatic Colors of #FAE171
Black with #FAE171
Text Example
Text Example
White with #FAE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE171; }
p { color: rgb(250,225,113); }
H1.HeaderClassName
{
color: #FAE171;
}
.AnyTagClassName
{
color: #FAE171;
}
</style>
background-color css
<style>
a { background-color: #FAE171; }
a { background-color: rgb(250,225,113); }
div.DivClassName
{
background-color: #FAE171;
}
.BgClassName
{
background-color: #FAE171;
}
</style>
border-color css
<style>
span { border-color: #FAE171; }
span { border-color: rgb(250,225,113); }
td.TdClassName
{
border-color: #FAE171;
}
.TagClassName
{
border-color: #FAE171;
}
</style>