Shades of Portafino #F1F09C
Tints of Portafino #F1F09C
RGB
CMYK
RGB Variations
Color information
#F1F09C (or 0xF1F09C) is known color: Portafino. HEX triplet: F1, F0 and 9C. RGB value is (241,240,156). Sum of RGB (Red+Green+Blue) = 241+240+156=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 156 (61.33% from 255 or 24.49% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F09C is #0E0F63. Grayscale: #E7E7E7. Windows color (decimal): -921444 or 10285297. OLE color: 10285297.
HSL color Cylindrical-coordinate representation of color #F1F09C: hue angle of 59.29º 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 #F1F09C is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 156 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.05 |
| HSL | 59.29º | 0.75% | 0.78% | - |
| HSV(B) | 59.29º | 0.35% | 0.95% | - |
| XYZ | 73.44 | 83.42 | 43.68 | - |
| YUV | 230.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 156 | 0 | 0.00 | 0.35 | 0.05 | 59.29 | 0.75 | 0.78 |
| Hex | F1 | F0 | 9C | 0 | 0 | 23 | 5 | 3B | 4B | 4E |
| Octal | 361 | 360 | 234 | 0 | 0 | 43 | 5 | 73 | 113 | 116 |
| Binary | 11110001 | 11110000 | 10011100 | 0 | 0 | 100011 | 101 | 111011 | 1001011 | 1001110 |
Color Harmonies of #F1F09C
Complementary color
Monochromatic Colors of #F1F09C
Black with #F1F09C
Text Example
Text Example
White with #F1F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F09C; }
p { color: rgb(241,240,156); }
H1.HeaderClassName
{
color: #F1F09C;
}
.AnyTagClassName
{
color: #F1F09C;
}
</style>
background-color css
<style>
a { background-color: #F1F09C; }
a { background-color: rgb(241,240,156); }
div.DivClassName
{
background-color: #F1F09C;
}
.BgClassName
{
background-color: #F1F09C;
}
</style>
border-color css
<style>
span { border-color: #F1F09C; }
span { border-color: rgb(241,240,156); }
td.TdClassName
{
border-color: #F1F09C;
}
.TagClassName
{
border-color: #F1F09C;
}
</style>