Shades of Corn #F5E65C
Tints of Corn #F5E65C
RGB
CMYK
RGB Variations
Color information
#F5E65C (or 0xF5E65C) is known color: Corn. HEX triplet: F5, E6 and 5C. RGB value is (245,230,92). Sum of RGB (Red+Green+Blue) = 245+230+92=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E65C is #0A19A3. Grayscale: #DBDBDB. Windows color (decimal): -661924 or 6088437. OLE color: 6088437.
HSL color Cylindrical-coordinate representation of color #F5E65C: hue angle of 54.12º 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 #F5E65C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 92 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.04 |
| HSL | 54.12º | 0.88% | 0.66% | - |
| HSV(B) | 54.12º | 0.62% | 0.96% | - |
| XYZ | 67.88 | 76.78 | 21.37 | - |
| YUV | 218.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 92 | 0 | 0.06 | 0.62 | 0.04 | 54.12 | 0.88 | 0.66 |
| Hex | F5 | E6 | 5C | 0 | 6 | 3E | 4 | 36 | 58 | 42 |
| Octal | 365 | 346 | 134 | 0 | 6 | 76 | 4 | 66 | 130 | 102 |
| Binary | 11110101 | 11100110 | 1011100 | 0 | 110 | 111110 | 100 | 110110 | 1011000 | 1000010 |
Color Harmonies of #F5E65C
Complementary color
Monochromatic Colors of #F5E65C
Black with #F5E65C
Text Example
Text Example
White with #F5E65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E65C; }
p { color: rgb(245,230,92); }
H1.HeaderClassName
{
color: #F5E65C;
}
.AnyTagClassName
{
color: #F5E65C;
}
</style>
background-color css
<style>
a { background-color: #F5E65C; }
a { background-color: rgb(245,230,92); }
div.DivClassName
{
background-color: #F5E65C;
}
.BgClassName
{
background-color: #F5E65C;
}
</style>
border-color css
<style>
span { border-color: #F5E65C; }
span { border-color: rgb(245,230,92); }
td.TdClassName
{
border-color: #F5E65C;
}
.TagClassName
{
border-color: #F5E65C;
}
</style>