Shades of Portafino #F3F49E
Tints of Portafino #F3F49E
RGB
CMYK
RGB Variations
Color information
#F3F49E (or 0xF3F49E) is known color: Portafino. HEX triplet: F3, F4 and 9E. RGB value is (243,244,158). Sum of RGB (Red+Green+Blue) = 243+244+158=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 158 (62.11% from 255 or 24.50% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F49E is #0C0B61. Grayscale: #EAEAEA. Windows color (decimal): -789346 or 10417395. OLE color: 10417395.
HSL color Cylindrical-coordinate representation of color #F3F49E: hue angle of 60.7º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3F49E is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 244 | 158 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.04 |
| HSL | 60.7º | 0.8% | 0.79% | - |
| HSV(B) | 60.7º | 0.35% | 0.96% | - |
| XYZ | 75.48 | 86.22 | 45.01 | - |
| YUV | 233.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 244 | 158 | 0.00 | 0 | 0.35 | 0.04 | 60.7 | 0.8 | 0.79 |
| Hex | F3 | F4 | 9E | 0 | 0 | 23 | 4 | 3D | 50 | 4F |
| Octal | 363 | 364 | 236 | 0 | 0 | 43 | 4 | 75 | 120 | 117 |
| Binary | 11110011 | 11110100 | 10011110 | 0 | 0 | 100011 | 100 | 111101 | 1010000 | 1001111 |
Color Harmonies of #F3F49E
Complementary color
Monochromatic Colors of #F3F49E
Black with #F3F49E
Text Example
Text Example
White with #F3F49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F49E; }
p { color: rgb(243,244,158); }
H1.HeaderClassName
{
color: #F3F49E;
}
.AnyTagClassName
{
color: #F3F49E;
}
</style>
background-color css
<style>
a { background-color: #F3F49E; }
a { background-color: rgb(243,244,158); }
div.DivClassName
{
background-color: #F3F49E;
}
.BgClassName
{
background-color: #F3F49E;
}
</style>
border-color css
<style>
span { border-color: #F3F49E; }
span { border-color: rgb(243,244,158); }
td.TdClassName
{
border-color: #F3F49E;
}
.TagClassName
{
border-color: #F3F49E;
}
</style>