Shades of Portafino #F1EA99
Tints of Portafino #F1EA99
RGB
CMYK
RGB Variations
Color information
#F1EA99 (or 0xF1EA99) is known color: Portafino. HEX triplet: F1, EA and 99. RGB value is (241,234,153). Sum of RGB (Red+Green+Blue) = 241+234+153=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA99 is #0E1566. Grayscale: #E3E3E3. Windows color (decimal): -922983 or 10087153. OLE color: 10087153.
HSL color Cylindrical-coordinate representation of color #F1EA99: hue angle of 55.23º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1EA99 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 153 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 55.23º | 0.76% | 0.77% | - |
| HSV(B) | 55.23º | 0.37% | 0.95% | - |
| XYZ | 71.45 | 79.85 | 41.78 | - |
| YUV | 226.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 153 | 0 | 0.03 | 0.37 | 0.05 | 55.23 | 0.76 | 0.77 |
| Hex | F1 | EA | 99 | 0 | 3 | 25 | 5 | 37 | 4C | 4D |
| Octal | 361 | 352 | 231 | 0 | 3 | 45 | 5 | 67 | 114 | 115 |
| Binary | 11110001 | 11101010 | 10011001 | 0 | 11 | 100101 | 101 | 110111 | 1001100 | 1001101 |
Color Harmonies of #F1EA99
Complementary color
Monochromatic Colors of #F1EA99
Black with #F1EA99
Text Example
Text Example
White with #F1EA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA99; }
p { color: rgb(241,234,153); }
H1.HeaderClassName
{
color: #F1EA99;
}
.AnyTagClassName
{
color: #F1EA99;
}
</style>
background-color css
<style>
a { background-color: #F1EA99; }
a { background-color: rgb(241,234,153); }
div.DivClassName
{
background-color: #F1EA99;
}
.BgClassName
{
background-color: #F1EA99;
}
</style>
border-color css
<style>
span { border-color: #F1EA99; }
span { border-color: rgb(241,234,153); }
td.TdClassName
{
border-color: #F1EA99;
}
.TagClassName
{
border-color: #F1EA99;
}
</style>