Shades of Corn #FAEE63
Tints of Corn #FAEE63
RGB
CMYK
RGB Variations
Color information
#FAEE63 (or 0xFAEE63) is known color: Corn. HEX triplet: FA, EE and 63. RGB value is (250,238,99). Sum of RGB (Red+Green+Blue) = 250+238+99=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 99 (39.06% from 255 or 16.87% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE63 is #05119C. Grayscale: #E2E2E2. Windows color (decimal): -332189 or 6549242. OLE color: 6549242.
HSL color Cylindrical-coordinate representation of color #FAEE63: hue angle of 55.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAEE63 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 99 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.02 |
| HSL | 55.23º | 0.94% | 0.68% | - |
| HSV(B) | 55.23º | 0.6% | 0.98% | - |
| XYZ | 72.25 | 82.37 | 23.9 | - |
| YUV | 225.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 99 | 0 | 0.05 | 0.60 | 0.02 | 55.23 | 0.94 | 0.68 |
| Hex | FA | EE | 63 | 0 | 5 | 3C | 2 | 37 | 5E | 44 |
| Octal | 372 | 356 | 143 | 0 | 5 | 74 | 2 | 67 | 136 | 104 |
| Binary | 11111010 | 11101110 | 1100011 | 0 | 101 | 111100 | 10 | 110111 | 1011110 | 1000100 |
Color Harmonies of #FAEE63
Complementary color
Monochromatic Colors of #FAEE63
Black with #FAEE63
Text Example
Text Example
White with #FAEE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE63; }
p { color: rgb(250,238,99); }
H1.HeaderClassName
{
color: #FAEE63;
}
.AnyTagClassName
{
color: #FAEE63;
}
</style>
background-color css
<style>
a { background-color: #FAEE63; }
a { background-color: rgb(250,238,99); }
div.DivClassName
{
background-color: #FAEE63;
}
.BgClassName
{
background-color: #FAEE63;
}
</style>
border-color css
<style>
span { border-color: #FAEE63; }
span { border-color: rgb(250,238,99); }
td.TdClassName
{
border-color: #FAEE63;
}
.TagClassName
{
border-color: #FAEE63;
}
</style>