Shades of Corn #FAED5D
Tints of Corn #FAED5D
RGB
CMYK
RGB Variations
Color information
#FAED5D (or 0xFAED5D) is known color: Corn. HEX triplet: FA, ED and 5D. RGB value is (250,237,93). Sum of RGB (Red+Green+Blue) = 250+237+93=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED5D is #0512A2. Grayscale: #E1E1E1. Windows color (decimal): -332451 or 6155770. OLE color: 6155770.
HSL color Cylindrical-coordinate representation of color #FAED5D: hue angle of 55.03º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAED5D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 93 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.02 |
| HSL | 55.03º | 0.94% | 0.67% | - |
| HSV(B) | 55.03º | 0.63% | 0.98% | - |
| XYZ | 71.68 | 81.68 | 22.34 | - |
| YUV | 224.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 93 | 0 | 0.05 | 0.63 | 0.02 | 55.03 | 0.94 | 0.67 |
| Hex | FA | ED | 5D | 0 | 5 | 3F | 2 | 37 | 5E | 43 |
| Octal | 372 | 355 | 135 | 0 | 5 | 77 | 2 | 67 | 136 | 103 |
| Binary | 11111010 | 11101101 | 1011101 | 0 | 101 | 111111 | 10 | 110111 | 1011110 | 1000011 |
Color Harmonies of #FAED5D
Complementary color
Monochromatic Colors of #FAED5D
Black with #FAED5D
Text Example
Text Example
White with #FAED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED5D; }
p { color: rgb(250,237,93); }
H1.HeaderClassName
{
color: #FAED5D;
}
.AnyTagClassName
{
color: #FAED5D;
}
</style>
background-color css
<style>
a { background-color: #FAED5D; }
a { background-color: rgb(250,237,93); }
div.DivClassName
{
background-color: #FAED5D;
}
.BgClassName
{
background-color: #FAED5D;
}
</style>
border-color css
<style>
span { border-color: #FAED5D; }
span { border-color: rgb(250,237,93); }
td.TdClassName
{
border-color: #FAED5D;
}
.TagClassName
{
border-color: #FAED5D;
}
</style>