Shades of Corn #FAEC62
Tints of Corn #FAEC62
RGB
CMYK
RGB Variations
Color information
#FAEC62 (or 0xFAEC62) is known color: Corn. HEX triplet: FA, EC and 62. RGB value is (250,236,98). Sum of RGB (Red+Green+Blue) = 250+236+98=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 98 (38.67% from 255 or 16.78% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC62 is #05139D. Grayscale: #E1E1E1. Windows color (decimal): -332702 or 6483194. OLE color: 6483194.
HSL color Cylindrical-coordinate representation of color #FAEC62: hue angle of 54.47º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAEC62 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 98 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.02 |
| HSL | 54.47º | 0.94% | 0.68% | - |
| HSV(B) | 54.47º | 0.61% | 0.98% | - |
| XYZ | 71.62 | 81.2 | 23.45 | - |
| YUV | 224.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 98 | 0 | 0.06 | 0.61 | 0.02 | 54.47 | 0.94 | 0.68 |
| Hex | FA | EC | 62 | 0 | 6 | 3D | 2 | 36 | 5E | 44 |
| Octal | 372 | 354 | 142 | 0 | 6 | 75 | 2 | 66 | 136 | 104 |
| Binary | 11111010 | 11101100 | 1100010 | 0 | 110 | 111101 | 10 | 110110 | 1011110 | 1000100 |
Color Harmonies of #FAEC62
Complementary color
Monochromatic Colors of #FAEC62
Black with #FAEC62
Text Example
Text Example
White with #FAEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC62; }
p { color: rgb(250,236,98); }
H1.HeaderClassName
{
color: #FAEC62;
}
.AnyTagClassName
{
color: #FAEC62;
}
</style>
background-color css
<style>
a { background-color: #FAEC62; }
a { background-color: rgb(250,236,98); }
div.DivClassName
{
background-color: #FAEC62;
}
.BgClassName
{
background-color: #FAEC62;
}
</style>
border-color css
<style>
span { border-color: #FAEC62; }
span { border-color: rgb(250,236,98); }
td.TdClassName
{
border-color: #FAEC62;
}
.TagClassName
{
border-color: #FAEC62;
}
</style>