Shades of Portafino #F4F49C
Tints of Portafino #F4F49C
RGB
CMYK
RGB Variations
Color information
#F4F49C (or 0xF4F49C) is known color: Portafino. HEX triplet: F4, F4 and 9C. RGB value is (244,244,156). Sum of RGB (Red+Green+Blue) = 244+244+156=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 156 (61.33% from 255 or 24.22% from 644); Max value from RGB is 244 - color contains mainly: red, green. Hex color #F4F49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F49C is #0B0B63. Grayscale: #EAEAEA. Windows color (decimal): -723812 or 10286324. OLE color: 10286324.
HSL color Cylindrical-coordinate representation of color #F4F49C: hue angle of 60º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4F49C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 244 | 156 | - |
| CMYK | 0 | 0 | 0.36 | 0.04 |
| HSL | 60º | 0.8% | 0.78% | - |
| HSV(B) | 60º | 0.36% | 0.96% | - |
| XYZ | 75.66 | 86.33 | 44.13 | - |
| YUV | 233.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 244 | 156 | 0 | 0 | 0.36 | 0.04 | 60 | 0.8 | 0.78 |
| Hex | F4 | F4 | 9C | 0 | 0 | 24 | 4 | 3C | 50 | 4E |
| Octal | 364 | 364 | 234 | 0 | 0 | 44 | 4 | 74 | 120 | 116 |
| Binary | 11110100 | 11110100 | 10011100 | 0 | 0 | 100100 | 100 | 111100 | 1010000 | 1001110 |
Color Harmonies of #F4F49C
Complementary color
Monochromatic Colors of #F4F49C
Black with #F4F49C
Text Example
Text Example
White with #F4F49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F49C; }
p { color: rgb(244,244,156); }
H1.HeaderClassName
{
color: #F4F49C;
}
.AnyTagClassName
{
color: #F4F49C;
}
</style>
background-color css
<style>
a { background-color: #F4F49C; }
a { background-color: rgb(244,244,156); }
div.DivClassName
{
background-color: #F4F49C;
}
.BgClassName
{
background-color: #F4F49C;
}
</style>
border-color css
<style>
span { border-color: #F4F49C; }
span { border-color: rgb(244,244,156); }
td.TdClassName
{
border-color: #F4F49C;
}
.TagClassName
{
border-color: #F4F49C;
}
</style>