Shades of Corn #FAEC5E
Tints of Corn #FAEC5E
RGB
CMYK
RGB Variations
Color information
#FAEC5E (or 0xFAEC5E) is known color: Corn. HEX triplet: FA, EC and 5E. RGB value is (250,236,94). Sum of RGB (Red+Green+Blue) = 250+236+94=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 94 (37.11% from 255 or 16.21% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC5E is #0513A1. Grayscale: #E0E0E0. Windows color (decimal): -332706 or 6221050. OLE color: 6221050.
HSL color Cylindrical-coordinate representation of color #FAEC5E: hue angle of 54.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAEC5E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 94 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.02 |
| HSL | 54.62º | 0.94% | 0.67% | - |
| HSV(B) | 54.62º | 0.62% | 0.98% | - |
| XYZ | 71.44 | 81.12 | 22.48 | - |
| YUV | 224 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 94 | 0 | 0.06 | 0.62 | 0.02 | 54.62 | 0.94 | 0.67 |
| Hex | FA | EC | 5E | 0 | 6 | 3E | 2 | 37 | 5E | 43 |
| Octal | 372 | 354 | 136 | 0 | 6 | 76 | 2 | 67 | 136 | 103 |
| Binary | 11111010 | 11101100 | 1011110 | 0 | 110 | 111110 | 10 | 110111 | 1011110 | 1000011 |
Color Harmonies of #FAEC5E
Complementary color
Monochromatic Colors of #FAEC5E
Black with #FAEC5E
Text Example
Text Example
White with #FAEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC5E; }
p { color: rgb(250,236,94); }
H1.HeaderClassName
{
color: #FAEC5E;
}
.AnyTagClassName
{
color: #FAEC5E;
}
</style>
background-color css
<style>
a { background-color: #FAEC5E; }
a { background-color: rgb(250,236,94); }
div.DivClassName
{
background-color: #FAEC5E;
}
.BgClassName
{
background-color: #FAEC5E;
}
</style>
border-color css
<style>
span { border-color: #FAEC5E; }
span { border-color: rgb(250,236,94); }
td.TdClassName
{
border-color: #FAEC5E;
}
.TagClassName
{
border-color: #FAEC5E;
}
</style>