Shades of Portafino #F3EAA1
Tints of Portafino #F3EAA1
RGB
CMYK
RGB Variations
Color information
#F3EAA1 (or 0xF3EAA1) is known color: Portafino. HEX triplet: F3, EA and A1. RGB value is (243,234,161). Sum of RGB (Red+Green+Blue) = 243+234+161=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EAA1 is #0C155E. Grayscale: #E4E4E4. Windows color (decimal): -791903 or 10611443. OLE color: 10611443.
HSL color Cylindrical-coordinate representation of color #F3EAA1: hue angle of 53.41º degrees, saturation: 0.77, 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 #F3EAA1 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 161 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.05 |
| HSL | 53.41º | 0.77% | 0.79% | - |
| HSV(B) | 53.41º | 0.34% | 0.95% | - |
| XYZ | 72.82 | 80.47 | 45.41 | - |
| YUV | 228.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 161 | 0 | 0.04 | 0.34 | 0.05 | 53.41 | 0.77 | 0.79 |
| Hex | F3 | EA | A1 | 0 | 4 | 22 | 5 | 35 | 4D | 4F |
| Octal | 363 | 352 | 241 | 0 | 4 | 42 | 5 | 65 | 115 | 117 |
| Binary | 11110011 | 11101010 | 10100001 | 0 | 100 | 100010 | 101 | 110101 | 1001101 | 1001111 |
Color Harmonies of #F3EAA1
Complementary color
Monochromatic Colors of #F3EAA1
Black with #F3EAA1
Text Example
Text Example
White with #F3EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EAA1; }
p { color: rgb(243,234,161); }
H1.HeaderClassName
{
color: #F3EAA1;
}
.AnyTagClassName
{
color: #F3EAA1;
}
</style>
background-color css
<style>
a { background-color: #F3EAA1; }
a { background-color: rgb(243,234,161); }
div.DivClassName
{
background-color: #F3EAA1;
}
.BgClassName
{
background-color: #F3EAA1;
}
</style>
border-color css
<style>
span { border-color: #F3EAA1; }
span { border-color: rgb(243,234,161); }
td.TdClassName
{
border-color: #F3EAA1;
}
.TagClassName
{
border-color: #F3EAA1;
}
</style>