Shades of Portafino #F5F49C
Tints of Portafino #F5F49C
RGB
CMYK
RGB Variations
Color information
#F5F49C (or 0xF5F49C) is known color: Portafino. HEX triplet: F5, F4 and 9C. RGB value is (245,244,156). Sum of RGB (Red+Green+Blue) = 245+244+156=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 156 (61.33% from 255 or 24.19% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F49C is #0A0B63. Grayscale: #EAEAEA. Windows color (decimal): -658276 or 10286325. OLE color: 10286325.
HSL color Cylindrical-coordinate representation of color #F5F49C: hue angle of 59.33º degrees, saturation: 0.82, 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 #F5F49C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 156 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.04 |
| HSL | 59.33º | 0.82% | 0.79% | - |
| HSV(B) | 59.33º | 0.36% | 0.96% | - |
| XYZ | 76.01 | 86.51 | 44.15 | - |
| YUV | 234.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 156 | 0 | 0.00 | 0.36 | 0.04 | 59.33 | 0.82 | 0.79 |
| Hex | F5 | F4 | 9C | 0 | 0 | 24 | 4 | 3B | 52 | 4F |
| Octal | 365 | 364 | 234 | 0 | 0 | 44 | 4 | 73 | 122 | 117 |
| Binary | 11110101 | 11110100 | 10011100 | 0 | 0 | 100100 | 100 | 111011 | 1010010 | 1001111 |
Color Harmonies of #F5F49C
Complementary color
Monochromatic Colors of #F5F49C
Black with #F5F49C
Text Example
Text Example
White with #F5F49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F49C; }
p { color: rgb(245,244,156); }
H1.HeaderClassName
{
color: #F5F49C;
}
.AnyTagClassName
{
color: #F5F49C;
}
</style>
background-color css
<style>
a { background-color: #F5F49C; }
a { background-color: rgb(245,244,156); }
div.DivClassName
{
background-color: #F5F49C;
}
.BgClassName
{
background-color: #F5F49C;
}
</style>
border-color css
<style>
span { border-color: #F5F49C; }
span { border-color: rgb(245,244,156); }
td.TdClassName
{
border-color: #F5F49C;
}
.TagClassName
{
border-color: #F5F49C;
}
</style>