Shades of Portafino #F3F0A0
Tints of Portafino #F3F0A0
RGB
CMYK
RGB Variations
Color information
#F3F0A0 (or 0xF3F0A0) is known color: Portafino. HEX triplet: F3, F0 and A0. RGB value is (243,240,160). Sum of RGB (Red+Green+Blue) = 243+240+160=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F0A0 is #0C0F5F. Grayscale: #E8E8E8. Windows color (decimal): -790368 or 10547443. OLE color: 10547443.
HSL color Cylindrical-coordinate representation of color #F3F0A0: hue angle of 57.83º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3F0A0 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 160 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.05 |
| HSL | 57.83º | 0.78% | 0.79% | - |
| HSV(B) | 57.83º | 0.34% | 0.95% | - |
| XYZ | 74.47 | 83.91 | 45.53 | - |
| YUV | 231.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 160 | 0 | 0.01 | 0.34 | 0.05 | 57.83 | 0.78 | 0.79 |
| Hex | F3 | F0 | A0 | 0 | 1 | 22 | 5 | 3A | 4E | 4F |
| Octal | 363 | 360 | 240 | 0 | 1 | 42 | 5 | 72 | 116 | 117 |
| Binary | 11110011 | 11110000 | 10100000 | 0 | 1 | 100010 | 101 | 111010 | 1001110 | 1001111 |
Color Harmonies of #F3F0A0
Complementary color
Monochromatic Colors of #F3F0A0
Black with #F3F0A0
Text Example
Text Example
White with #F3F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0A0; }
p { color: rgb(243,240,160); }
H1.HeaderClassName
{
color: #F3F0A0;
}
.AnyTagClassName
{
color: #F3F0A0;
}
</style>
background-color css
<style>
a { background-color: #F3F0A0; }
a { background-color: rgb(243,240,160); }
div.DivClassName
{
background-color: #F3F0A0;
}
.BgClassName
{
background-color: #F3F0A0;
}
</style>
border-color css
<style>
span { border-color: #F3F0A0; }
span { border-color: rgb(243,240,160); }
td.TdClassName
{
border-color: #F3F0A0;
}
.TagClassName
{
border-color: #F3F0A0;
}
</style>