Shades of Portafino #F1F39D
Tints of Portafino #F1F39D
RGB
CMYK
RGB Variations
Color information
#F1F39D (or 0xF1F39D) is known color: Portafino. HEX triplet: F1, F3 and 9D. RGB value is (241,243,157). Sum of RGB (Red+Green+Blue) = 241+243+157=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 157 (61.72% from 255 or 24.49% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F39D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F39D is #0E0C62. Grayscale: #E8E8E8. Windows color (decimal): -920675 or 10351601. OLE color: 10351601.
HSL color Cylindrical-coordinate representation of color #F1F39D: hue angle of 61.4º degrees, saturation: 0.78, 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 #F1F39D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 157 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.05 |
| HSL | 61.4º | 0.78% | 0.78% | - |
| HSV(B) | 61.4º | 0.35% | 0.95% | - |
| XYZ | 74.41 | 85.24 | 44.43 | - |
| YUV | 232.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 157 | 0.01 | 0 | 0.35 | 0.05 | 61.4 | 0.78 | 0.78 |
| Hex | F1 | F3 | 9D | 1 | 0 | 23 | 5 | 3D | 4E | 4E |
| Octal | 361 | 363 | 235 | 1 | 0 | 43 | 5 | 75 | 116 | 116 |
| Binary | 11110001 | 11110011 | 10011101 | 1 | 0 | 100011 | 101 | 111101 | 1001110 | 1001110 |
Color Harmonies of #F1F39D
Complementary color
Monochromatic Colors of #F1F39D
Black with #F1F39D
Text Example
Text Example
White with #F1F39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F39D; }
p { color: rgb(241,243,157); }
H1.HeaderClassName
{
color: #F1F39D;
}
.AnyTagClassName
{
color: #F1F39D;
}
</style>
background-color css
<style>
a { background-color: #F1F39D; }
a { background-color: rgb(241,243,157); }
div.DivClassName
{
background-color: #F1F39D;
}
.BgClassName
{
background-color: #F1F39D;
}
</style>
border-color css
<style>
span { border-color: #F1F39D; }
span { border-color: rgb(241,243,157); }
td.TdClassName
{
border-color: #F1F39D;
}
.TagClassName
{
border-color: #F1F39D;
}
</style>