Shades of Corn #FFF65E
Tints of Corn #FFF65E
RGB
CMYK
RGB Variations
Color information
#FFF65E (or 0xFFF65E) is known color: Corn. HEX triplet: FF, F6 and 5E. RGB value is (255,246,94). Sum of RGB (Red+Green+Blue) = 255+246+94=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 94 (37.11% from 255 or 15.80% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF65E is #0009A1. Grayscale: #E7E7E7. Windows color (decimal): -2466 or 6223615. OLE color: 6223615.
HSL color Cylindrical-coordinate representation of color #FFF65E: hue angle of 56.65º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF65E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0 |
| HSL | 56.65º | 1% | 0.68% | - |
| HSV(B) | 56.65º | 0.63% | 1% | - |
| XYZ | 76.22 | 87.98 | 23.55 | - |
| YUV | 231.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 94 | 0 | 0.04 | 0.63 | 0 | 56.65 | 1 | 0.68 |
| Hex | FF | F6 | 5E | 0 | 4 | 3F | 0 | 39 | 64 | 44 |
| Octal | 377 | 366 | 136 | 0 | 4 | 77 | 0 | 71 | 144 | 104 |
| Binary | 11111111 | 11110110 | 1011110 | 0 | 100 | 111111 | 0 | 111001 | 1100100 | 1000100 |
Color Harmonies of #FFF65E
Complementary color
Monochromatic Colors of #FFF65E
Black with #FFF65E
Text Example
Text Example
White with #FFF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF65E; }
p { color: rgb(255,246,94); }
H1.HeaderClassName
{
color: #FFF65E;
}
.AnyTagClassName
{
color: #FFF65E;
}
</style>
background-color css
<style>
a { background-color: #FFF65E; }
a { background-color: rgb(255,246,94); }
div.DivClassName
{
background-color: #FFF65E;
}
.BgClassName
{
background-color: #FFF65E;
}
</style>
border-color css
<style>
span { border-color: #FFF65E; }
span { border-color: rgb(255,246,94); }
td.TdClassName
{
border-color: #FFF65E;
}
.TagClassName
{
border-color: #FFF65E;
}
</style>