Shades of Portafino #F5F49B
Tints of Portafino #F5F49B
RGB
CMYK
RGB Variations
Color information
#F5F49B (or 0xF5F49B) is known color: Portafino. HEX triplet: F5, F4 and 9B. RGB value is (245,244,155). Sum of RGB (Red+Green+Blue) = 245+244+155=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 155 (60.94% from 255 or 24.07% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F49B is #0A0B64. Grayscale: #EAEAEA. Windows color (decimal): -658277 or 10220789. OLE color: 10220789.
HSL color Cylindrical-coordinate representation of color #F5F49B: hue angle of 59.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5F49B is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 155 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.04 |
| HSL | 59.33º | 0.82% | 0.78% | - |
| HSV(B) | 59.33º | 0.37% | 0.96% | - |
| XYZ | 75.92 | 86.48 | 43.7 | - |
| YUV | 234.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 155 | 0 | 0.00 | 0.37 | 0.04 | 59.33 | 0.82 | 0.78 |
| Hex | F5 | F4 | 9B | 0 | 0 | 25 | 4 | 3B | 52 | 4E |
| Octal | 365 | 364 | 233 | 0 | 0 | 45 | 4 | 73 | 122 | 116 |
| Binary | 11110101 | 11110100 | 10011011 | 0 | 0 | 100101 | 100 | 111011 | 1010010 | 1001110 |
Color Harmonies of #F5F49B
Complementary color
Monochromatic Colors of #F5F49B
Black with #F5F49B
Text Example
Text Example
White with #F5F49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F49B; }
p { color: rgb(245,244,155); }
H1.HeaderClassName
{
color: #F5F49B;
}
.AnyTagClassName
{
color: #F5F49B;
}
</style>
background-color css
<style>
a { background-color: #F5F49B; }
a { background-color: rgb(245,244,155); }
div.DivClassName
{
background-color: #F5F49B;
}
.BgClassName
{
background-color: #F5F49B;
}
</style>
border-color css
<style>
span { border-color: #F5F49B; }
span { border-color: rgb(245,244,155); }
td.TdClassName
{
border-color: #F5F49B;
}
.TagClassName
{
border-color: #F5F49B;
}
</style>