Shades of Portafino #F5F09C
Tints of Portafino #F5F09C
RGB
CMYK
RGB Variations
Color information
#F5F09C (or 0xF5F09C) is known color: Portafino. HEX triplet: F5, F0 and 9C. RGB value is (245,240,156). Sum of RGB (Red+Green+Blue) = 245+240+156=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 156 (61.33% from 255 or 24.34% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F09C is #0A0F63. Grayscale: #E8E8E8. Windows color (decimal): -659300 or 10285301. OLE color: 10285301.
HSL color Cylindrical-coordinate representation of color #F5F09C: hue angle of 56.63º 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 #F5F09C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 156 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.04 |
| HSL | 56.63º | 0.82% | 0.79% | - |
| HSV(B) | 56.63º | 0.36% | 0.96% | - |
| XYZ | 74.82 | 84.13 | 43.75 | - |
| YUV | 231.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 156 | 0 | 0.02 | 0.36 | 0.04 | 56.63 | 0.82 | 0.79 |
| Hex | F5 | F0 | 9C | 0 | 2 | 24 | 4 | 39 | 52 | 4F |
| Octal | 365 | 360 | 234 | 0 | 2 | 44 | 4 | 71 | 122 | 117 |
| Binary | 11110101 | 11110000 | 10011100 | 0 | 10 | 100100 | 100 | 111001 | 1010010 | 1001111 |
Color Harmonies of #F5F09C
Complementary color
Monochromatic Colors of #F5F09C
Black with #F5F09C
Text Example
Text Example
White with #F5F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F09C; }
p { color: rgb(245,240,156); }
H1.HeaderClassName
{
color: #F5F09C;
}
.AnyTagClassName
{
color: #F5F09C;
}
</style>
background-color css
<style>
a { background-color: #F5F09C; }
a { background-color: rgb(245,240,156); }
div.DivClassName
{
background-color: #F5F09C;
}
.BgClassName
{
background-color: #F5F09C;
}
</style>
border-color css
<style>
span { border-color: #F5F09C; }
span { border-color: rgb(245,240,156); }
td.TdClassName
{
border-color: #F5F09C;
}
.TagClassName
{
border-color: #F5F09C;
}
</style>