Shades of Portafino #F5EDA2
Tints of Portafino #F5EDA2
RGB
CMYK
RGB Variations
Color information
#F5EDA2 (or 0xF5EDA2) is known color: Portafino. HEX triplet: F5, ED and A2. RGB value is (245,237,162). Sum of RGB (Red+Green+Blue) = 245+237+162=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDA2 is #0A125D. Grayscale: #E7E7E7. Windows color (decimal): -660062 or 10677749. OLE color: 10677749.
HSL color Cylindrical-coordinate representation of color #F5EDA2: hue angle of 54.22º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5EDA2 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 162 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.04 |
| HSL | 54.22º | 0.81% | 0.8% | - |
| HSV(B) | 54.22º | 0.34% | 0.96% | - |
| XYZ | 74.46 | 82.59 | 46.2 | - |
| YUV | 230.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 162 | 0 | 0.03 | 0.34 | 0.04 | 54.22 | 0.81 | 0.8 |
| Hex | F5 | ED | A2 | 0 | 3 | 22 | 4 | 36 | 51 | 50 |
| Octal | 365 | 355 | 242 | 0 | 3 | 42 | 4 | 66 | 121 | 120 |
| Binary | 11110101 | 11101101 | 10100010 | 0 | 11 | 100010 | 100 | 110110 | 1010001 | 1010000 |
Color Harmonies of #F5EDA2
Complementary color
Monochromatic Colors of #F5EDA2
Black with #F5EDA2
Text Example
Text Example
White with #F5EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDA2; }
p { color: rgb(245,237,162); }
H1.HeaderClassName
{
color: #F5EDA2;
}
.AnyTagClassName
{
color: #F5EDA2;
}
</style>
background-color css
<style>
a { background-color: #F5EDA2; }
a { background-color: rgb(245,237,162); }
div.DivClassName
{
background-color: #F5EDA2;
}
.BgClassName
{
background-color: #F5EDA2;
}
</style>
border-color css
<style>
span { border-color: #F5EDA2; }
span { border-color: rgb(245,237,162); }
td.TdClassName
{
border-color: #F5EDA2;
}
.TagClassName
{
border-color: #F5EDA2;
}
</style>