Shades of Corn #FAEC67
Tints of Corn #FAEC67
RGB
CMYK
RGB Variations
Color information
#FAEC67 (or 0xFAEC67) is known color: Corn. HEX triplet: FA, EC and 67. RGB value is (250,236,103). Sum of RGB (Red+Green+Blue) = 250+236+103=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 103 (40.62% from 255 or 17.49% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC67 is #051398. Grayscale: #E1E1E1. Windows color (decimal): -332697 or 6810874. OLE color: 6810874.
HSL color Cylindrical-coordinate representation of color #FAEC67: hue angle of 54.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAEC67 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 103 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.02 |
| HSL | 54.29º | 0.94% | 0.69% | - |
| HSV(B) | 54.29º | 0.59% | 0.98% | - |
| XYZ | 71.87 | 81.29 | 24.74 | - |
| YUV | 225.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 103 | 0 | 0.06 | 0.59 | 0.02 | 54.29 | 0.94 | 0.69 |
| Hex | FA | EC | 67 | 0 | 6 | 3B | 2 | 36 | 5E | 45 |
| Octal | 372 | 354 | 147 | 0 | 6 | 73 | 2 | 66 | 136 | 105 |
| Binary | 11111010 | 11101100 | 1100111 | 0 | 110 | 111011 | 10 | 110110 | 1011110 | 1000101 |
Color Harmonies of #FAEC67
Complementary color
Monochromatic Colors of #FAEC67
Black with #FAEC67
Text Example
Text Example
White with #FAEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC67; }
p { color: rgb(250,236,103); }
H1.HeaderClassName
{
color: #FAEC67;
}
.AnyTagClassName
{
color: #FAEC67;
}
</style>
background-color css
<style>
a { background-color: #FAEC67; }
a { background-color: rgb(250,236,103); }
div.DivClassName
{
background-color: #FAEC67;
}
.BgClassName
{
background-color: #FAEC67;
}
</style>
border-color css
<style>
span { border-color: #FAEC67; }
span { border-color: rgb(250,236,103); }
td.TdClassName
{
border-color: #FAEC67;
}
.TagClassName
{
border-color: #FAEC67;
}
</style>