Shades of Corn #FFF160
Tints of Corn #FFF160
RGB
CMYK
RGB Variations
Color information
#FFF160 (or 0xFFF160) is known color: Corn. HEX triplet: FF, F1 and 60. RGB value is (255,241,96). Sum of RGB (Red+Green+Blue) = 255+241+96=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 96 (37.89% from 255 or 16.22% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF160 is #000E9F. Grayscale: #E5E5E5. Windows color (decimal): -3744 or 6353407. OLE color: 6353407.
HSL color Cylindrical-coordinate representation of color #FFF160: hue angle of 54.72º 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 #FFF160 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 96 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 54.72º | 1% | 0.69% | - |
| HSV(B) | 54.72º | 0.62% | 1% | - |
| XYZ | 74.81 | 85.02 | 23.53 | - |
| YUV | 228.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 96 | 0 | 0.05 | 0.62 | 0 | 54.72 | 1 | 0.69 |
| Hex | FF | F1 | 60 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 361 | 140 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110001 | 1100000 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF160
Complementary color
Monochromatic Colors of #FFF160
Black with #FFF160
Text Example
Text Example
White with #FFF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF160; }
p { color: rgb(255,241,96); }
H1.HeaderClassName
{
color: #FFF160;
}
.AnyTagClassName
{
color: #FFF160;
}
</style>
background-color css
<style>
a { background-color: #FFF160; }
a { background-color: rgb(255,241,96); }
div.DivClassName
{
background-color: #FFF160;
}
.BgClassName
{
background-color: #FFF160;
}
</style>
border-color css
<style>
span { border-color: #FFF160; }
span { border-color: rgb(255,241,96); }
td.TdClassName
{
border-color: #FFF160;
}
.TagClassName
{
border-color: #FFF160;
}
</style>