Shades of Corn #FFF159
Tints of Corn #FFF159
RGB
CMYK
RGB Variations
Color information
#FFF159 (or 0xFFF159) is known color: Corn. HEX triplet: FF, F1 and 59. RGB value is (255,241,89). Sum of RGB (Red+Green+Blue) = 255+241+89=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 89 (35.16% from 255 or 15.21% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF159 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF159 is #000EA6. Grayscale: #E4E4E4. Windows color (decimal): -3751 or 5894655. OLE color: 5894655.
HSL color Cylindrical-coordinate representation of color #FFF159: hue angle of 54.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF159 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 89 | - |
| CMYK | 0 | 0.05 | 0.65 | 0 |
| HSL | 54.94º | 1% | 0.67% | - |
| HSV(B) | 54.94º | 0.65% | 1% | - |
| XYZ | 74.5 | 84.89 | 21.91 | - |
| YUV | 227.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 89 | 0 | 0.05 | 0.65 | 0 | 54.94 | 1 | 0.67 |
| Hex | FF | F1 | 59 | 0 | 5 | 41 | 0 | 37 | 64 | 43 |
| Octal | 377 | 361 | 131 | 0 | 5 | 101 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110001 | 1011001 | 0 | 101 | 1000001 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF159
Complementary color
Monochromatic Colors of #FFF159
Black with #FFF159
Text Example
Text Example
White with #FFF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF159; }
p { color: rgb(255,241,89); }
H1.HeaderClassName
{
color: #FFF159;
}
.AnyTagClassName
{
color: #FFF159;
}
</style>
background-color css
<style>
a { background-color: #FFF159; }
a { background-color: rgb(255,241,89); }
div.DivClassName
{
background-color: #FFF159;
}
.BgClassName
{
background-color: #FFF159;
}
</style>
border-color css
<style>
span { border-color: #FFF159; }
span { border-color: rgb(255,241,89); }
td.TdClassName
{
border-color: #FFF159;
}
.TagClassName
{
border-color: #FFF159;
}
</style>