Shades of Portafino #F1EFA0
Tints of Portafino #F1EFA0
RGB
CMYK
RGB Variations
Color information
#F1EFA0 (or 0xF1EFA0) is known color: Portafino. HEX triplet: F1, EF and A0. RGB value is (241,239,160). Sum of RGB (Red+Green+Blue) = 241+239+160=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFA0 is #0E105F. Grayscale: #E6E6E6. Windows color (decimal): -921696 or 10547185. OLE color: 10547185.
HSL color Cylindrical-coordinate representation of color #F1EFA0: hue angle of 58.52º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1EFA0 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 160 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.05 |
| HSL | 58.52º | 0.74% | 0.79% | - |
| HSV(B) | 58.52º | 0.34% | 0.95% | - |
| XYZ | 73.49 | 82.97 | 45.4 | - |
| YUV | 230.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 160 | 0 | 0.01 | 0.34 | 0.05 | 58.52 | 0.74 | 0.79 |
| Hex | F1 | EF | A0 | 0 | 1 | 22 | 5 | 3B | 4A | 4F |
| Octal | 361 | 357 | 240 | 0 | 1 | 42 | 5 | 73 | 112 | 117 |
| Binary | 11110001 | 11101111 | 10100000 | 0 | 1 | 100010 | 101 | 111011 | 1001010 | 1001111 |
Color Harmonies of #F1EFA0
Complementary color
Monochromatic Colors of #F1EFA0
Black with #F1EFA0
Text Example
Text Example
White with #F1EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFA0; }
p { color: rgb(241,239,160); }
H1.HeaderClassName
{
color: #F1EFA0;
}
.AnyTagClassName
{
color: #F1EFA0;
}
</style>
background-color css
<style>
a { background-color: #F1EFA0; }
a { background-color: rgb(241,239,160); }
div.DivClassName
{
background-color: #F1EFA0;
}
.BgClassName
{
background-color: #F1EFA0;
}
</style>
border-color css
<style>
span { border-color: #F1EFA0; }
span { border-color: rgb(241,239,160); }
td.TdClassName
{
border-color: #F1EFA0;
}
.TagClassName
{
border-color: #F1EFA0;
}
</style>