Shades of Portafino #F5F29E
Tints of Portafino #F5F29E
RGB
CMYK
RGB Variations
Color information
#F5F29E (or 0xF5F29E) is known color: Portafino. HEX triplet: F5, F2 and 9E. RGB value is (245,242,158). Sum of RGB (Red+Green+Blue) = 245+242+158=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 158 (62.11% from 255 or 24.50% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F29E is #0A0D61. Grayscale: #E9E9E9. Windows color (decimal): -658786 or 10416885. OLE color: 10416885.
HSL color Cylindrical-coordinate representation of color #F5F29E: hue angle of 57.93º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5F29E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 158 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.04 |
| HSL | 57.93º | 0.81% | 0.79% | - |
| HSV(B) | 57.93º | 0.36% | 0.96% | - |
| XYZ | 75.58 | 85.39 | 44.85 | - |
| YUV | 233.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 158 | 0 | 0.01 | 0.36 | 0.04 | 57.93 | 0.81 | 0.79 |
| Hex | F5 | F2 | 9E | 0 | 1 | 24 | 4 | 3A | 51 | 4F |
| Octal | 365 | 362 | 236 | 0 | 1 | 44 | 4 | 72 | 121 | 117 |
| Binary | 11110101 | 11110010 | 10011110 | 0 | 1 | 100100 | 100 | 111010 | 1010001 | 1001111 |
Color Harmonies of #F5F29E
Complementary color
Monochromatic Colors of #F5F29E
Black with #F5F29E
Text Example
Text Example
White with #F5F29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F29E; }
p { color: rgb(245,242,158); }
H1.HeaderClassName
{
color: #F5F29E;
}
.AnyTagClassName
{
color: #F5F29E;
}
</style>
background-color css
<style>
a { background-color: #F5F29E; }
a { background-color: rgb(245,242,158); }
div.DivClassName
{
background-color: #F5F29E;
}
.BgClassName
{
background-color: #F5F29E;
}
</style>
border-color css
<style>
span { border-color: #F5F29E; }
span { border-color: rgb(245,242,158); }
td.TdClassName
{
border-color: #F5F29E;
}
.TagClassName
{
border-color: #F5F29E;
}
</style>