Shades of Corn #F5ED5C
Tints of Corn #F5ED5C
RGB
CMYK
RGB Variations
Color information
#F5ED5C (or 0xF5ED5C) is known color: Corn. HEX triplet: F5, ED and 5C. RGB value is (245,237,92). Sum of RGB (Red+Green+Blue) = 245+237+92=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED5C is #0A12A3. Grayscale: #DFDFDF. Windows color (decimal): -660132 or 6090229. OLE color: 6090229.
HSL color Cylindrical-coordinate representation of color #F5ED5C: hue angle of 56.86º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5ED5C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 92 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.04 |
| HSL | 56.86º | 0.88% | 0.66% | - |
| HSV(B) | 56.86º | 0.62% | 0.96% | - |
| XYZ | 69.87 | 80.75 | 22.03 | - |
| YUV | 222.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 92 | 0 | 0.03 | 0.62 | 0.04 | 56.86 | 0.88 | 0.66 |
| Hex | F5 | ED | 5C | 0 | 3 | 3E | 4 | 39 | 58 | 42 |
| Octal | 365 | 355 | 134 | 0 | 3 | 76 | 4 | 71 | 130 | 102 |
| Binary | 11110101 | 11101101 | 1011100 | 0 | 11 | 111110 | 100 | 111001 | 1011000 | 1000010 |
Color Harmonies of #F5ED5C
Complementary color
Monochromatic Colors of #F5ED5C
Black with #F5ED5C
Text Example
Text Example
White with #F5ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED5C; }
p { color: rgb(245,237,92); }
H1.HeaderClassName
{
color: #F5ED5C;
}
.AnyTagClassName
{
color: #F5ED5C;
}
</style>
background-color css
<style>
a { background-color: #F5ED5C; }
a { background-color: rgb(245,237,92); }
div.DivClassName
{
background-color: #F5ED5C;
}
.BgClassName
{
background-color: #F5ED5C;
}
</style>
border-color css
<style>
span { border-color: #F5ED5C; }
span { border-color: rgb(245,237,92); }
td.TdClassName
{
border-color: #F5ED5C;
}
.TagClassName
{
border-color: #F5ED5C;
}
</style>