Shades of Corn #FFF660
Tints of Corn #FFF660
RGB
CMYK
RGB Variations
Color information
#FFF660 (or 0xFFF660) is known color: Corn. HEX triplet: FF, F6 and 60. RGB value is (255,246,96). Sum of RGB (Red+Green+Blue) = 255+246+96=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 96 (37.89% from 255 or 16.08% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF660 is #00099F. Grayscale: #E8E8E8. Windows color (decimal): -2464 or 6354687. OLE color: 6354687.
HSL color Cylindrical-coordinate representation of color #FFF660: hue angle of 56.6º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF660 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0 |
| HSL | 56.6º | 1% | 0.69% | - |
| HSV(B) | 56.6º | 0.62% | 1% | - |
| XYZ | 76.31 | 88.02 | 24.03 | - |
| YUV | 231.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 96 | 0 | 0.04 | 0.62 | 0 | 56.6 | 1 | 0.69 |
| Hex | FF | F6 | 60 | 0 | 4 | 3E | 0 | 39 | 64 | 45 |
| Octal | 377 | 366 | 140 | 0 | 4 | 76 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11110110 | 1100000 | 0 | 100 | 111110 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF660
Complementary color
Monochromatic Colors of #FFF660
Black with #FFF660
Text Example
Text Example
White with #FFF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF660; }
p { color: rgb(255,246,96); }
H1.HeaderClassName
{
color: #FFF660;
}
.AnyTagClassName
{
color: #FFF660;
}
</style>
background-color css
<style>
a { background-color: #FFF660; }
a { background-color: rgb(255,246,96); }
div.DivClassName
{
background-color: #FFF660;
}
.BgClassName
{
background-color: #FFF660;
}
</style>
border-color css
<style>
span { border-color: #FFF660; }
span { border-color: rgb(255,246,96); }
td.TdClassName
{
border-color: #FFF660;
}
.TagClassName
{
border-color: #FFF660;
}
</style>