Shades of Corn #FAEA59
Tints of Corn #FAEA59
RGB
CMYK
RGB Variations
Color information
#FAEA59 (or 0xFAEA59) is known color: Corn. HEX triplet: FA, EA and 59. RGB value is (250,234,89). Sum of RGB (Red+Green+Blue) = 250+234+89=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 89 (35.16% from 255 or 15.53% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA59 is #0515A6. Grayscale: #DEDEDE. Windows color (decimal): -333223 or 5892858. OLE color: 5892858.
HSL color Cylindrical-coordinate representation of color #FAEA59: hue angle of 54.04º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAEA59 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 89 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.02 |
| HSL | 54.04º | 0.94% | 0.66% | - |
| HSV(B) | 54.04º | 0.64% | 0.98% | - |
| XYZ | 70.65 | 79.89 | 21.15 | - |
| YUV | 222.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 89 | 0 | 0.06 | 0.64 | 0.02 | 54.04 | 0.94 | 0.66 |
| Hex | FA | EA | 59 | 0 | 6 | 40 | 2 | 36 | 5E | 42 |
| Octal | 372 | 352 | 131 | 0 | 6 | 100 | 2 | 66 | 136 | 102 |
| Binary | 11111010 | 11101010 | 1011001 | 0 | 110 | 1000000 | 10 | 110110 | 1011110 | 1000010 |
Color Harmonies of #FAEA59
Complementary color
Monochromatic Colors of #FAEA59
Black with #FAEA59
Text Example
Text Example
White with #FAEA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA59; }
p { color: rgb(250,234,89); }
H1.HeaderClassName
{
color: #FAEA59;
}
.AnyTagClassName
{
color: #FAEA59;
}
</style>
background-color css
<style>
a { background-color: #FAEA59; }
a { background-color: rgb(250,234,89); }
div.DivClassName
{
background-color: #FAEA59;
}
.BgClassName
{
background-color: #FAEA59;
}
</style>
border-color css
<style>
span { border-color: #FAEA59; }
span { border-color: rgb(250,234,89); }
td.TdClassName
{
border-color: #FAEA59;
}
.TagClassName
{
border-color: #FAEA59;
}
</style>