Shades of Portafino #F1F49C
Tints of Portafino #F1F49C
RGB
CMYK
RGB Variations
Color information
#F1F49C (or 0xF1F49C) is known color: Portafino. HEX triplet: F1, F4 and 9C. RGB value is (241,244,156). Sum of RGB (Red+Green+Blue) = 241+244+156=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 156 (61.33% from 255 or 24.34% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F49C is #0E0B63. Grayscale: #E9E9E9. Windows color (decimal): -920420 or 10286321. OLE color: 10286321.
HSL color Cylindrical-coordinate representation of color #F1F49C: hue angle of 62.05º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1F49C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 156 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.04 |
| HSL | 62.05º | 0.8% | 0.78% | - |
| HSV(B) | 62.05º | 0.36% | 0.96% | - |
| XYZ | 74.63 | 85.8 | 44.08 | - |
| YUV | 233.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 156 | 0.01 | 0 | 0.36 | 0.04 | 62.05 | 0.8 | 0.78 |
| Hex | F1 | F4 | 9C | 1 | 0 | 24 | 4 | 3E | 50 | 4E |
| Octal | 361 | 364 | 234 | 1 | 0 | 44 | 4 | 76 | 120 | 116 |
| Binary | 11110001 | 11110100 | 10011100 | 1 | 0 | 100100 | 100 | 111110 | 1010000 | 1001110 |
Color Harmonies of #F1F49C
Complementary color
Monochromatic Colors of #F1F49C
Black with #F1F49C
Text Example
Text Example
White with #F1F49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F49C; }
p { color: rgb(241,244,156); }
H1.HeaderClassName
{
color: #F1F49C;
}
.AnyTagClassName
{
color: #F1F49C;
}
</style>
background-color css
<style>
a { background-color: #F1F49C; }
a { background-color: rgb(241,244,156); }
div.DivClassName
{
background-color: #F1F49C;
}
.BgClassName
{
background-color: #F1F49C;
}
</style>
border-color css
<style>
span { border-color: #F1F49C; }
span { border-color: rgb(241,244,156); }
td.TdClassName
{
border-color: #F1F49C;
}
.TagClassName
{
border-color: #F1F49C;
}
</style>