Shades of Portafino #F4F1A0
Tints of Portafino #F4F1A0
RGB
CMYK
RGB Variations
Color information
#F4F1A0 (or 0xF4F1A0) is known color: Portafino. HEX triplet: F4, F1 and A0. RGB value is (244,241,160). Sum of RGB (Red+Green+Blue) = 244+241+160=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F1A0 is #0B0E5F. Grayscale: #E8E8E8. Windows color (decimal): -724576 or 10547700. OLE color: 10547700.
HSL color Cylindrical-coordinate representation of color #F4F1A0: hue angle of 57.86º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4F1A0 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 160 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.04 |
| HSL | 57.86º | 0.79% | 0.79% | - |
| HSV(B) | 57.86º | 0.34% | 0.96% | - |
| XYZ | 75.11 | 84.68 | 45.64 | - |
| YUV | 232.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 160 | 0 | 0.01 | 0.34 | 0.04 | 57.86 | 0.79 | 0.79 |
| Hex | F4 | F1 | A0 | 0 | 1 | 22 | 4 | 3A | 4F | 4F |
| Octal | 364 | 361 | 240 | 0 | 1 | 42 | 4 | 72 | 117 | 117 |
| Binary | 11110100 | 11110001 | 10100000 | 0 | 1 | 100010 | 100 | 111010 | 1001111 | 1001111 |
Color Harmonies of #F4F1A0
Complementary color
Monochromatic Colors of #F4F1A0
Black with #F4F1A0
Text Example
Text Example
White with #F4F1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1A0; }
p { color: rgb(244,241,160); }
H1.HeaderClassName
{
color: #F4F1A0;
}
.AnyTagClassName
{
color: #F4F1A0;
}
</style>
background-color css
<style>
a { background-color: #F4F1A0; }
a { background-color: rgb(244,241,160); }
div.DivClassName
{
background-color: #F4F1A0;
}
.BgClassName
{
background-color: #F4F1A0;
}
</style>
border-color css
<style>
span { border-color: #F4F1A0; }
span { border-color: rgb(244,241,160); }
td.TdClassName
{
border-color: #F4F1A0;
}
.TagClassName
{
border-color: #F4F1A0;
}
</style>