Shades of Corn #FAEA64
Tints of Corn #FAEA64
RGB
CMYK
RGB Variations
Color information
#FAEA64 (or 0xFAEA64) is known color: Corn. HEX triplet: FA, EA and 64. RGB value is (250,234,100). Sum of RGB (Red+Green+Blue) = 250+234+100=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 100 (39.45% from 255 or 17.12% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA64 is #05159B. Grayscale: #E0E0E0. Windows color (decimal): -333212 or 6613754. OLE color: 6613754.
HSL color Cylindrical-coordinate representation of color #FAEA64: hue angle of 53.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAEA64 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 100 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.02 |
| HSL | 53.6º | 0.94% | 0.69% | - |
| HSV(B) | 53.6º | 0.6% | 0.98% | - |
| XYZ | 71.15 | 80.09 | 23.77 | - |
| YUV | 223.51 | 58.3 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 100 | 0 | 0.06 | 0.6 | 0.02 | 53.6 | 0.94 | 0.69 |
| Hex | FA | EA | 64 | 0 | 6 | 3C | 2 | 36 | 5E | 45 |
| Octal | 372 | 352 | 144 | 0 | 6 | 74 | 2 | 66 | 136 | 105 |
| Binary | 11111010 | 11101010 | 1100100 | 0 | 110 | 111100 | 10 | 110110 | 1011110 | 1000101 |
Color Harmonies of #FAEA64
Complementary color
Monochromatic Colors of #FAEA64
Black with #FAEA64
Text Example
Text Example
White with #FAEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA64; }
p { color: rgb(250,234,100); }
H1.HeaderClassName
{
color: #FAEA64;
}
.AnyTagClassName
{
color: #FAEA64;
}
</style>
background-color css
<style>
a { background-color: #FAEA64; }
a { background-color: rgb(250,234,100); }
div.DivClassName
{
background-color: #FAEA64;
}
.BgClassName
{
background-color: #FAEA64;
}
</style>
border-color css
<style>
span { border-color: #FAEA64; }
span { border-color: rgb(250,234,100); }
td.TdClassName
{
border-color: #FAEA64;
}
.TagClassName
{
border-color: #FAEA64;
}
</style>