Shades of Portafino #F1E89F
Tints of Portafino #F1E89F
RGB
CMYK
RGB Variations
Color information
#F1E89F (or 0xF1E89F) is known color: Portafino. HEX triplet: F1, E8 and 9F. RGB value is (241,232,159). Sum of RGB (Red+Green+Blue) = 241+232+159=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E89F is #0E1760. Grayscale: #E2E2E2. Windows color (decimal): -923489 or 10479857. OLE color: 10479857.
HSL color Cylindrical-coordinate representation of color #F1E89F: hue angle of 53.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E89F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 159 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.05 |
| HSL | 53.41º | 0.75% | 0.78% | - |
| HSV(B) | 53.41º | 0.34% | 0.95% | - |
| XYZ | 71.39 | 78.92 | 44.27 | - |
| YUV | 226.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 159 | 0 | 0.04 | 0.34 | 0.05 | 53.41 | 0.75 | 0.78 |
| Hex | F1 | E8 | 9F | 0 | 4 | 22 | 5 | 35 | 4B | 4E |
| Octal | 361 | 350 | 237 | 0 | 4 | 42 | 5 | 65 | 113 | 116 |
| Binary | 11110001 | 11101000 | 10011111 | 0 | 100 | 100010 | 101 | 110101 | 1001011 | 1001110 |
Color Harmonies of #F1E89F
Complementary color
Monochromatic Colors of #F1E89F
Black with #F1E89F
Text Example
Text Example
White with #F1E89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E89F; }
p { color: rgb(241,232,159); }
H1.HeaderClassName
{
color: #F1E89F;
}
.AnyTagClassName
{
color: #F1E89F;
}
</style>
background-color css
<style>
a { background-color: #F1E89F; }
a { background-color: rgb(241,232,159); }
div.DivClassName
{
background-color: #F1E89F;
}
.BgClassName
{
background-color: #F1E89F;
}
</style>
border-color css
<style>
span { border-color: #F1E89F; }
span { border-color: rgb(241,232,159); }
td.TdClassName
{
border-color: #F1E89F;
}
.TagClassName
{
border-color: #F1E89F;
}
</style>