Shades of Corn #FAEE5A
Tints of Corn #FAEE5A
RGB
CMYK
RGB Variations
Color information
#FAEE5A (or 0xFAEE5A) is known color: Corn. HEX triplet: FA, EE and 5A. RGB value is (250,238,90). Sum of RGB (Red+Green+Blue) = 250+238+90=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE5A is #0511A5. Grayscale: #E1E1E1. Windows color (decimal): -332198 or 5959418. OLE color: 5959418.
HSL color Cylindrical-coordinate representation of color #FAEE5A: hue angle of 55.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAEE5A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 90 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.02 |
| HSL | 55.5º | 0.94% | 0.67% | - |
| HSV(B) | 55.5º | 0.64% | 0.98% | - |
| XYZ | 71.84 | 82.21 | 21.75 | - |
| YUV | 224.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 90 | 0 | 0.05 | 0.64 | 0.02 | 55.5 | 0.94 | 0.67 |
| Hex | FA | EE | 5A | 0 | 5 | 40 | 2 | 38 | 5E | 43 |
| Octal | 372 | 356 | 132 | 0 | 5 | 100 | 2 | 70 | 136 | 103 |
| Binary | 11111010 | 11101110 | 1011010 | 0 | 101 | 1000000 | 10 | 111000 | 1011110 | 1000011 |
Color Harmonies of #FAEE5A
Complementary color
Monochromatic Colors of #FAEE5A
Black with #FAEE5A
Text Example
Text Example
White with #FAEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE5A; }
p { color: rgb(250,238,90); }
H1.HeaderClassName
{
color: #FAEE5A;
}
.AnyTagClassName
{
color: #FAEE5A;
}
</style>
background-color css
<style>
a { background-color: #FAEE5A; }
a { background-color: rgb(250,238,90); }
div.DivClassName
{
background-color: #FAEE5A;
}
.BgClassName
{
background-color: #FAEE5A;
}
</style>
border-color css
<style>
span { border-color: #FAEE5A; }
span { border-color: rgb(250,238,90); }
td.TdClassName
{
border-color: #FAEE5A;
}
.TagClassName
{
border-color: #FAEE5A;
}
</style>