Shades of Portafino #F1EC9E
Tints of Portafino #F1EC9E
RGB
CMYK
RGB Variations
Color information
#F1EC9E (or 0xF1EC9E) is known color: Portafino. HEX triplet: F1, EC and 9E. RGB value is (241,236,158). Sum of RGB (Red+Green+Blue) = 241+236+158=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 158 (62.11% from 255 or 24.88% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EC9E is #0E1361. Grayscale: #E4E4E4. Windows color (decimal): -922466 or 10415345. OLE color: 10415345.
HSL color Cylindrical-coordinate representation of color #F1EC9E: hue angle of 56.39º 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 #F1EC9E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 158 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 56.39º | 0.75% | 0.78% | - |
| HSV(B) | 56.39º | 0.34% | 0.95% | - |
| XYZ | 72.44 | 81.16 | 44.2 | - |
| YUV | 228.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 158 | 0 | 0.02 | 0.34 | 0.05 | 56.39 | 0.75 | 0.78 |
| Hex | F1 | EC | 9E | 0 | 2 | 22 | 5 | 38 | 4B | 4E |
| Octal | 361 | 354 | 236 | 0 | 2 | 42 | 5 | 70 | 113 | 116 |
| Binary | 11110001 | 11101100 | 10011110 | 0 | 10 | 100010 | 101 | 111000 | 1001011 | 1001110 |
Color Harmonies of #F1EC9E
Complementary color
Monochromatic Colors of #F1EC9E
Black with #F1EC9E
Text Example
Text Example
White with #F1EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC9E; }
p { color: rgb(241,236,158); }
H1.HeaderClassName
{
color: #F1EC9E;
}
.AnyTagClassName
{
color: #F1EC9E;
}
</style>
background-color css
<style>
a { background-color: #F1EC9E; }
a { background-color: rgb(241,236,158); }
div.DivClassName
{
background-color: #F1EC9E;
}
.BgClassName
{
background-color: #F1EC9E;
}
</style>
border-color css
<style>
span { border-color: #F1EC9E; }
span { border-color: rgb(241,236,158); }
td.TdClassName
{
border-color: #F1EC9E;
}
.TagClassName
{
border-color: #F1EC9E;
}
</style>