Shades of Portafino #F1F39F
Tints of Portafino #F1F39F
RGB
CMYK
RGB Variations
Color information
#F1F39F (or 0xF1F39F) is known color: Portafino. HEX triplet: F1, F3 and 9F. RGB value is (241,243,159). Sum of RGB (Red+Green+Blue) = 241+243+159=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 159 (62.5% from 255 or 24.73% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F39F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F39F is #0E0C60. Grayscale: #E9E9E9. Windows color (decimal): -920673 or 10482673. OLE color: 10482673.
HSL color Cylindrical-coordinate representation of color #F1F39F: hue angle of 61.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1F39F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 159 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.05 |
| HSL | 61.43º | 0.78% | 0.79% | - |
| HSV(B) | 61.43º | 0.35% | 0.95% | - |
| XYZ | 74.58 | 85.31 | 45.34 | - |
| YUV | 232.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 159 | 0.01 | 0 | 0.35 | 0.05 | 61.43 | 0.78 | 0.79 |
| Hex | F1 | F3 | 9F | 1 | 0 | 23 | 5 | 3D | 4E | 4F |
| Octal | 361 | 363 | 237 | 1 | 0 | 43 | 5 | 75 | 116 | 117 |
| Binary | 11110001 | 11110011 | 10011111 | 1 | 0 | 100011 | 101 | 111101 | 1001110 | 1001111 |
Color Harmonies of #F1F39F
Complementary color
Monochromatic Colors of #F1F39F
Black with #F1F39F
Text Example
Text Example
White with #F1F39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F39F; }
p { color: rgb(241,243,159); }
H1.HeaderClassName
{
color: #F1F39F;
}
.AnyTagClassName
{
color: #F1F39F;
}
</style>
background-color css
<style>
a { background-color: #F1F39F; }
a { background-color: rgb(241,243,159); }
div.DivClassName
{
background-color: #F1F39F;
}
.BgClassName
{
background-color: #F1F39F;
}
</style>
border-color css
<style>
span { border-color: #F1F39F; }
span { border-color: rgb(241,243,159); }
td.TdClassName
{
border-color: #F1F39F;
}
.TagClassName
{
border-color: #F1F39F;
}
</style>