Shades of Portafino #F1F19D
Tints of Portafino #F1F19D
RGB
CMYK
RGB Variations
Color information
#F1F19D (or 0xF1F19D) is known color: Portafino. HEX triplet: F1, F1 and 9D. RGB value is (241,241,157). Sum of RGB (Red+Green+Blue) = 241+241+157=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F19D is #0E0E62. Grayscale: #E7E7E7. Windows color (decimal): -921187 or 10351089. OLE color: 10351089.
HSL color Cylindrical-coordinate representation of color #F1F19D: hue angle of 60º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1F19D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 157 | - |
| CMYK | 0 | 0 | 0.35 | 0.05 |
| HSL | 60º | 0.75% | 0.78% | - |
| HSV(B) | 60º | 0.35% | 0.95% | - |
| XYZ | 73.82 | 84.05 | 44.23 | - |
| YUV | 231.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 157 | 0 | 0 | 0.35 | 0.05 | 60 | 0.75 | 0.78 |
| Hex | F1 | F1 | 9D | 0 | 0 | 23 | 5 | 3C | 4B | 4E |
| Octal | 361 | 361 | 235 | 0 | 0 | 43 | 5 | 74 | 113 | 116 |
| Binary | 11110001 | 11110001 | 10011101 | 0 | 0 | 100011 | 101 | 111100 | 1001011 | 1001110 |
Color Harmonies of #F1F19D
Complementary color
Monochromatic Colors of #F1F19D
Black with #F1F19D
Text Example
Text Example
White with #F1F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F19D; }
p { color: rgb(241,241,157); }
H1.HeaderClassName
{
color: #F1F19D;
}
.AnyTagClassName
{
color: #F1F19D;
}
</style>
background-color css
<style>
a { background-color: #F1F19D; }
a { background-color: rgb(241,241,157); }
div.DivClassName
{
background-color: #F1F19D;
}
.BgClassName
{
background-color: #F1F19D;
}
</style>
border-color css
<style>
span { border-color: #F1F19D; }
span { border-color: rgb(241,241,157); }
td.TdClassName
{
border-color: #F1F19D;
}
.TagClassName
{
border-color: #F1F19D;
}
</style>