Shades of Corn #FAED63
Tints of Corn #FAED63
RGB
CMYK
RGB Variations
Color information
#FAED63 (or 0xFAED63) is known color: Corn. HEX triplet: FA, ED and 63. RGB value is (250,237,99). Sum of RGB (Red+Green+Blue) = 250+237+99=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 99 (39.06% from 255 or 16.89% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED63 is #05129C. Grayscale: #E1E1E1. Windows color (decimal): -332445 or 6548986. OLE color: 6548986.
HSL color Cylindrical-coordinate representation of color #FAED63: hue angle of 54.83º 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 #FAED63 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 99 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.02 |
| HSL | 54.83º | 0.94% | 0.68% | - |
| HSV(B) | 54.83º | 0.6% | 0.98% | - |
| XYZ | 71.96 | 81.79 | 23.8 | - |
| YUV | 225.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 99 | 0 | 0.05 | 0.60 | 0.02 | 54.83 | 0.94 | 0.68 |
| Hex | FA | ED | 63 | 0 | 5 | 3C | 2 | 37 | 5E | 44 |
| Octal | 372 | 355 | 143 | 0 | 5 | 74 | 2 | 67 | 136 | 104 |
| Binary | 11111010 | 11101101 | 1100011 | 0 | 101 | 111100 | 10 | 110111 | 1011110 | 1000100 |
Color Harmonies of #FAED63
Complementary color
Monochromatic Colors of #FAED63
Black with #FAED63
Text Example
Text Example
White with #FAED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED63; }
p { color: rgb(250,237,99); }
H1.HeaderClassName
{
color: #FAED63;
}
.AnyTagClassName
{
color: #FAED63;
}
</style>
background-color css
<style>
a { background-color: #FAED63; }
a { background-color: rgb(250,237,99); }
div.DivClassName
{
background-color: #FAED63;
}
.BgClassName
{
background-color: #FAED63;
}
</style>
border-color css
<style>
span { border-color: #FAED63; }
span { border-color: rgb(250,237,99); }
td.TdClassName
{
border-color: #FAED63;
}
.TagClassName
{
border-color: #FAED63;
}
</style>