Shades of Corn #F5E65F
Tints of Corn #F5E65F
RGB
CMYK
RGB Variations
Color information
#F5E65F (or 0xF5E65F) is known color: Corn. HEX triplet: F5, E6 and 5F. RGB value is (245,230,95). Sum of RGB (Red+Green+Blue) = 245+230+95=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 95 (37.5% from 255 or 16.67% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E65F is #0A19A0. Grayscale: #DBDBDB. Windows color (decimal): -661921 or 6285045. OLE color: 6285045.
HSL color Cylindrical-coordinate representation of color #F5E65F: hue angle of 54º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5E65F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 95 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.04 |
| HSL | 54º | 0.88% | 0.67% | - |
| HSV(B) | 54º | 0.61% | 0.96% | - |
| XYZ | 68.02 | 76.83 | 22.07 | - |
| YUV | 219.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 95 | 0 | 0.06 | 0.61 | 0.04 | 54 | 0.88 | 0.67 |
| Hex | F5 | E6 | 5F | 0 | 6 | 3D | 4 | 36 | 58 | 43 |
| Octal | 365 | 346 | 137 | 0 | 6 | 75 | 4 | 66 | 130 | 103 |
| Binary | 11110101 | 11100110 | 1011111 | 0 | 110 | 111101 | 100 | 110110 | 1011000 | 1000011 |
Color Harmonies of #F5E65F
Complementary color
Monochromatic Colors of #F5E65F
Black with #F5E65F
Text Example
Text Example
White with #F5E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E65F; }
p { color: rgb(245,230,95); }
H1.HeaderClassName
{
color: #F5E65F;
}
.AnyTagClassName
{
color: #F5E65F;
}
</style>
background-color css
<style>
a { background-color: #F5E65F; }
a { background-color: rgb(245,230,95); }
div.DivClassName
{
background-color: #F5E65F;
}
.BgClassName
{
background-color: #F5E65F;
}
</style>
border-color css
<style>
span { border-color: #F5E65F; }
span { border-color: rgb(245,230,95); }
td.TdClassName
{
border-color: #F5E65F;
}
.TagClassName
{
border-color: #F5E65F;
}
</style>