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