Shades of Corn #FAED5E
Tints of Corn #FAED5E
RGB
CMYK
RGB Variations
Color information
#FAED5E (or 0xFAED5E) is known color: Corn. HEX triplet: FA, ED and 5E. RGB value is (250,237,94). Sum of RGB (Red+Green+Blue) = 250+237+94=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED5E is #0512A1. Grayscale: #E1E1E1. Windows color (decimal): -332450 or 6221306. OLE color: 6221306.
HSL color Cylindrical-coordinate representation of color #FAED5E: hue angle of 55º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAED5E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 94 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.02 |
| HSL | 55º | 0.94% | 0.67% | - |
| HSV(B) | 55º | 0.62% | 0.98% | - |
| XYZ | 71.73 | 81.7 | 22.58 | - |
| YUV | 224.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 94 | 0 | 0.05 | 0.62 | 0.02 | 55 | 0.94 | 0.67 |
| Hex | FA | ED | 5E | 0 | 5 | 3E | 2 | 37 | 5E | 43 |
| Octal | 372 | 355 | 136 | 0 | 5 | 76 | 2 | 67 | 136 | 103 |
| Binary | 11111010 | 11101101 | 1011110 | 0 | 101 | 111110 | 10 | 110111 | 1011110 | 1000011 |
Color Harmonies of #FAED5E
Complementary color
Monochromatic Colors of #FAED5E
Black with #FAED5E
Text Example
Text Example
White with #FAED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED5E; }
p { color: rgb(250,237,94); }
H1.HeaderClassName
{
color: #FAED5E;
}
.AnyTagClassName
{
color: #FAED5E;
}
</style>
background-color css
<style>
a { background-color: #FAED5E; }
a { background-color: rgb(250,237,94); }
div.DivClassName
{
background-color: #FAED5E;
}
.BgClassName
{
background-color: #FAED5E;
}
</style>
border-color css
<style>
span { border-color: #FAED5E; }
span { border-color: rgb(250,237,94); }
td.TdClassName
{
border-color: #FAED5E;
}
.TagClassName
{
border-color: #FAED5E;
}
</style>