Shades of Corn #F5E65A
Tints of Corn #F5E65A
RGB
CMYK
RGB Variations
Color information
#F5E65A (or 0xF5E65A) is known color: Corn. HEX triplet: F5, E6 and 5A. RGB value is (245,230,90). Sum of RGB (Red+Green+Blue) = 245+230+90=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E65A is #0A19A5. Grayscale: #DBDBDB. Windows color (decimal): -661926 or 5957365. OLE color: 5957365.
HSL color Cylindrical-coordinate representation of color #F5E65A: hue angle of 54.19º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5E65A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 90 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.04 |
| HSL | 54.19º | 0.89% | 0.66% | - |
| HSV(B) | 54.19º | 0.63% | 0.96% | - |
| XYZ | 67.8 | 76.74 | 20.91 | - |
| YUV | 218.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 90 | 0 | 0.06 | 0.63 | 0.04 | 54.19 | 0.89 | 0.66 |
| Hex | F5 | E6 | 5A | 0 | 6 | 3F | 4 | 36 | 59 | 42 |
| Octal | 365 | 346 | 132 | 0 | 6 | 77 | 4 | 66 | 131 | 102 |
| Binary | 11110101 | 11100110 | 1011010 | 0 | 110 | 111111 | 100 | 110110 | 1011001 | 1000010 |
Color Harmonies of #F5E65A
Complementary color
Monochromatic Colors of #F5E65A
Black with #F5E65A
Text Example
Text Example
White with #F5E65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E65A; }
p { color: rgb(245,230,90); }
H1.HeaderClassName
{
color: #F5E65A;
}
.AnyTagClassName
{
color: #F5E65A;
}
</style>
background-color css
<style>
a { background-color: #F5E65A; }
a { background-color: rgb(245,230,90); }
div.DivClassName
{
background-color: #F5E65A;
}
.BgClassName
{
background-color: #F5E65A;
}
</style>
border-color css
<style>
span { border-color: #F5E65A; }
span { border-color: rgb(245,230,90); }
td.TdClassName
{
border-color: #F5E65A;
}
.TagClassName
{
border-color: #F5E65A;
}
</style>