Shades of Sweet Corn #FAE56A
Tints of Sweet Corn #FAE56A
RGB
CMYK
RGB Variations
Color information
#FAE56A (or 0xFAE56A) is known color: Sweet Corn. HEX triplet: FA, E5 and 6A. RGB value is (250,229,106). Sum of RGB (Red+Green+Blue) = 250+229+106=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE56A is #051A95. Grayscale: #DDDDDD. Windows color (decimal): -334486 or 7005690. OLE color: 7005690.
HSL color Cylindrical-coordinate representation of color #FAE56A: hue angle of 51.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAE56A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 106 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.02 |
| HSL | 51.25º | 0.94% | 0.7% | - |
| HSV(B) | 51.25º | 0.58% | 0.98% | - |
| XYZ | 70.05 | 77.4 | 24.88 | - |
| YUV | 221.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 106 | 0 | 0.08 | 0.58 | 0.02 | 51.25 | 0.94 | 0.7 |
| Hex | FA | E5 | 6A | 0 | 8 | 3A | 2 | 33 | 5E | 46 |
| Octal | 372 | 345 | 152 | 0 | 10 | 72 | 2 | 63 | 136 | 106 |
| Binary | 11111010 | 11100101 | 1101010 | 0 | 1000 | 111010 | 10 | 110011 | 1011110 | 1000110 |
Color Harmonies of #FAE56A
Complementary color
Monochromatic Colors of #FAE56A
Black with #FAE56A
Text Example
Text Example
White with #FAE56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE56A; }
p { color: rgb(250,229,106); }
H1.HeaderClassName
{
color: #FAE56A;
}
.AnyTagClassName
{
color: #FAE56A;
}
</style>
background-color css
<style>
a { background-color: #FAE56A; }
a { background-color: rgb(250,229,106); }
div.DivClassName
{
background-color: #FAE56A;
}
.BgClassName
{
background-color: #FAE56A;
}
</style>
border-color css
<style>
span { border-color: #FAE56A; }
span { border-color: rgb(250,229,106); }
td.TdClassName
{
border-color: #FAE56A;
}
.TagClassName
{
border-color: #FAE56A;
}
</style>