Shades of Portafino #F1EC9F
Tints of Portafino #F1EC9F
RGB
CMYK
RGB Variations
Color information
#F1EC9F (or 0xF1EC9F) is known color: Portafino. HEX triplet: F1, EC and 9F. RGB value is (241,236,159). Sum of RGB (Red+Green+Blue) = 241+236+159=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 159 (62.5% from 255 or 25% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EC9F is #0E1360. Grayscale: #E5E5E5. Windows color (decimal): -922465 or 10480881. OLE color: 10480881.
HSL color Cylindrical-coordinate representation of color #F1EC9F: hue angle of 56.34º 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 #F1EC9F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 159 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 56.34º | 0.75% | 0.78% | - |
| HSV(B) | 56.34º | 0.34% | 0.95% | - |
| XYZ | 72.53 | 81.19 | 44.65 | - |
| YUV | 228.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 159 | 0 | 0.02 | 0.34 | 0.05 | 56.34 | 0.75 | 0.78 |
| Hex | F1 | EC | 9F | 0 | 2 | 22 | 5 | 38 | 4B | 4E |
| Octal | 361 | 354 | 237 | 0 | 2 | 42 | 5 | 70 | 113 | 116 |
| Binary | 11110001 | 11101100 | 10011111 | 0 | 10 | 100010 | 101 | 111000 | 1001011 | 1001110 |
Color Harmonies of #F1EC9F
Complementary color
Monochromatic Colors of #F1EC9F
Black with #F1EC9F
Text Example
Text Example
White with #F1EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC9F; }
p { color: rgb(241,236,159); }
H1.HeaderClassName
{
color: #F1EC9F;
}
.AnyTagClassName
{
color: #F1EC9F;
}
</style>
background-color css
<style>
a { background-color: #F1EC9F; }
a { background-color: rgb(241,236,159); }
div.DivClassName
{
background-color: #F1EC9F;
}
.BgClassName
{
background-color: #F1EC9F;
}
</style>
border-color css
<style>
span { border-color: #F1EC9F; }
span { border-color: rgb(241,236,159); }
td.TdClassName
{
border-color: #F1EC9F;
}
.TagClassName
{
border-color: #F1EC9F;
}
</style>