Shades of Corn #FAEC68
Tints of Corn #FAEC68
RGB
CMYK
RGB Variations
Color information
#FAEC68 (or 0xFAEC68) is known color: Corn. HEX triplet: FA, EC and 68. RGB value is (250,236,104). Sum of RGB (Red+Green+Blue) = 250+236+104=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 104 (41.02% from 255 or 17.63% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC68 is #051397. Grayscale: #E1E1E1. Windows color (decimal): -332696 or 6876410. OLE color: 6876410.
HSL color Cylindrical-coordinate representation of color #FAEC68: hue angle of 54.25º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAEC68 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 104 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.02 |
| HSL | 54.25º | 0.94% | 0.69% | - |
| HSV(B) | 54.25º | 0.58% | 0.98% | - |
| XYZ | 71.92 | 81.31 | 25 | - |
| YUV | 225.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 104 | 0 | 0.06 | 0.58 | 0.02 | 54.25 | 0.94 | 0.69 |
| Hex | FA | EC | 68 | 0 | 6 | 3A | 2 | 36 | 5E | 45 |
| Octal | 372 | 354 | 150 | 0 | 6 | 72 | 2 | 66 | 136 | 105 |
| Binary | 11111010 | 11101100 | 1101000 | 0 | 110 | 111010 | 10 | 110110 | 1011110 | 1000101 |
Color Harmonies of #FAEC68
Complementary color
Monochromatic Colors of #FAEC68
Black with #FAEC68
Text Example
Text Example
White with #FAEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC68; }
p { color: rgb(250,236,104); }
H1.HeaderClassName
{
color: #FAEC68;
}
.AnyTagClassName
{
color: #FAEC68;
}
</style>
background-color css
<style>
a { background-color: #FAEC68; }
a { background-color: rgb(250,236,104); }
div.DivClassName
{
background-color: #FAEC68;
}
.BgClassName
{
background-color: #FAEC68;
}
</style>
border-color css
<style>
span { border-color: #FAEC68; }
span { border-color: rgb(250,236,104); }
td.TdClassName
{
border-color: #FAEC68;
}
.TagClassName
{
border-color: #FAEC68;
}
</style>