Shades of Portafino #F1F19A
Tints of Portafino #F1F19A
RGB
CMYK
RGB Variations
Color information
#F1F19A (or 0xF1F19A) is known color: Portafino. HEX triplet: F1, F1 and 9A. RGB value is (241,241,154). Sum of RGB (Red+Green+Blue) = 241+241+154=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 154 (60.55% from 255 or 24.21% from 636); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F19A is #0E0E65. Grayscale: #E7E7E7. Windows color (decimal): -921190 or 10154481. OLE color: 10154481.
HSL color Cylindrical-coordinate representation of color #F1F19A: hue angle of 60º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1F19A is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 154 | - |
| CMYK | 0 | 0 | 0.36 | 0.05 |
| HSL | 60º | 0.76% | 0.77% | - |
| HSV(B) | 60º | 0.36% | 0.95% | - |
| XYZ | 73.56 | 83.94 | 42.9 | - |
| YUV | 231.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 154 | 0 | 0 | 0.36 | 0.05 | 60 | 0.76 | 0.77 |
| Hex | F1 | F1 | 9A | 0 | 0 | 24 | 5 | 3C | 4C | 4D |
| Octal | 361 | 361 | 232 | 0 | 0 | 44 | 5 | 74 | 114 | 115 |
| Binary | 11110001 | 11110001 | 10011010 | 0 | 0 | 100100 | 101 | 111100 | 1001100 | 1001101 |
Color Harmonies of #F1F19A
Complementary color
Monochromatic Colors of #F1F19A
Black with #F1F19A
Text Example
Text Example
White with #F1F19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F19A; }
p { color: rgb(241,241,154); }
H1.HeaderClassName
{
color: #F1F19A;
}
.AnyTagClassName
{
color: #F1F19A;
}
</style>
background-color css
<style>
a { background-color: #F1F19A; }
a { background-color: rgb(241,241,154); }
div.DivClassName
{
background-color: #F1F19A;
}
.BgClassName
{
background-color: #F1F19A;
}
</style>
border-color css
<style>
span { border-color: #F1F19A; }
span { border-color: rgb(241,241,154); }
td.TdClassName
{
border-color: #F1F19A;
}
.TagClassName
{
border-color: #F1F19A;
}
</style>