Shades of Corn #FAEC57
Tints of Corn #FAEC57
RGB
CMYK
RGB Variations
Color information
#FAEC57 (or 0xFAEC57) is known color: Corn. HEX triplet: FA, EC and 57. RGB value is (250,236,87). Sum of RGB (Red+Green+Blue) = 250+236+87=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 87 (34.38% from 255 or 15.18% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC57 is #0513A8. Grayscale: #DFDFDF. Windows color (decimal): -332713 or 5762298. OLE color: 5762298.
HSL color Cylindrical-coordinate representation of color #FAEC57: hue angle of 54.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAEC57 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 87 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.02 |
| HSL | 54.85º | 0.94% | 0.66% | - |
| HSV(B) | 54.85º | 0.65% | 0.98% | - |
| XYZ | 71.14 | 81 | 20.9 | - |
| YUV | 223.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 87 | 0 | 0.06 | 0.65 | 0.02 | 54.85 | 0.94 | 0.66 |
| Hex | FA | EC | 57 | 0 | 6 | 41 | 2 | 37 | 5E | 42 |
| Octal | 372 | 354 | 127 | 0 | 6 | 101 | 2 | 67 | 136 | 102 |
| Binary | 11111010 | 11101100 | 1010111 | 0 | 110 | 1000001 | 10 | 110111 | 1011110 | 1000010 |
Color Harmonies of #FAEC57
Complementary color
Monochromatic Colors of #FAEC57
Black with #FAEC57
Text Example
Text Example
White with #FAEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC57; }
p { color: rgb(250,236,87); }
H1.HeaderClassName
{
color: #FAEC57;
}
.AnyTagClassName
{
color: #FAEC57;
}
</style>
background-color css
<style>
a { background-color: #FAEC57; }
a { background-color: rgb(250,236,87); }
div.DivClassName
{
background-color: #FAEC57;
}
.BgClassName
{
background-color: #FAEC57;
}
</style>
border-color css
<style>
span { border-color: #FAEC57; }
span { border-color: rgb(250,236,87); }
td.TdClassName
{
border-color: #FAEC57;
}
.TagClassName
{
border-color: #FAEC57;
}
</style>