Shades of Sweet Corn #FAE571
Tints of Sweet Corn #FAE571
RGB
CMYK
RGB Variations
Color information
#FAE571 (or 0xFAE571) is known color: Sweet Corn. HEX triplet: FA, E5 and 71. RGB value is (250,229,113). Sum of RGB (Red+Green+Blue) = 250+229+113=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE571 is #051A8E. Grayscale: #DEDEDE. Windows color (decimal): -334479 or 7464442. OLE color: 7464442.
HSL color Cylindrical-coordinate representation of color #FAE571: hue angle of 50.8º 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 #FAE571 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 113 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.02 |
| HSL | 50.8º | 0.93% | 0.71% | - |
| HSV(B) | 50.8º | 0.55% | 0.98% | - |
| XYZ | 70.42 | 77.55 | 26.88 | - |
| YUV | 222.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 113 | 0 | 0.08 | 0.55 | 0.02 | 50.8 | 0.93 | 0.71 |
| Hex | FA | E5 | 71 | 0 | 8 | 37 | 2 | 33 | 5D | 47 |
| Octal | 372 | 345 | 161 | 0 | 10 | 67 | 2 | 63 | 135 | 107 |
| Binary | 11111010 | 11100101 | 1110001 | 0 | 1000 | 110111 | 10 | 110011 | 1011101 | 1000111 |
Color Harmonies of #FAE571
Complementary color
Monochromatic Colors of #FAE571
Black with #FAE571
Text Example
Text Example
White with #FAE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE571; }
p { color: rgb(250,229,113); }
H1.HeaderClassName
{
color: #FAE571;
}
.AnyTagClassName
{
color: #FAE571;
}
</style>
background-color css
<style>
a { background-color: #FAE571; }
a { background-color: rgb(250,229,113); }
div.DivClassName
{
background-color: #FAE571;
}
.BgClassName
{
background-color: #FAE571;
}
</style>
border-color css
<style>
span { border-color: #FAE571; }
span { border-color: rgb(250,229,113); }
td.TdClassName
{
border-color: #FAE571;
}
.TagClassName
{
border-color: #FAE571;
}
</style>