Shades of Portafino #F4F19E
Tints of Portafino #F4F19E
RGB
CMYK
RGB Variations
Color information
#F4F19E (or 0xF4F19E) is known color: Portafino. HEX triplet: F4, F1 and 9E. RGB value is (244,241,158). Sum of RGB (Red+Green+Blue) = 244+241+158=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F19E is #0B0E61. Grayscale: #E8E8E8. Windows color (decimal): -724578 or 10416628. OLE color: 10416628.
HSL color Cylindrical-coordinate representation of color #F4F19E: hue angle of 57.91º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4F19E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 158 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.04 |
| HSL | 57.91º | 0.8% | 0.79% | - |
| HSV(B) | 57.91º | 0.35% | 0.96% | - |
| XYZ | 74.94 | 84.61 | 44.73 | - |
| YUV | 232.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 158 | 0 | 0.01 | 0.35 | 0.04 | 57.91 | 0.8 | 0.79 |
| Hex | F4 | F1 | 9E | 0 | 1 | 23 | 4 | 3A | 50 | 4F |
| Octal | 364 | 361 | 236 | 0 | 1 | 43 | 4 | 72 | 120 | 117 |
| Binary | 11110100 | 11110001 | 10011110 | 0 | 1 | 100011 | 100 | 111010 | 1010000 | 1001111 |
Color Harmonies of #F4F19E
Complementary color
Monochromatic Colors of #F4F19E
Black with #F4F19E
Text Example
Text Example
White with #F4F19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F19E; }
p { color: rgb(244,241,158); }
H1.HeaderClassName
{
color: #F4F19E;
}
.AnyTagClassName
{
color: #F4F19E;
}
</style>
background-color css
<style>
a { background-color: #F4F19E; }
a { background-color: rgb(244,241,158); }
div.DivClassName
{
background-color: #F4F19E;
}
.BgClassName
{
background-color: #F4F19E;
}
</style>
border-color css
<style>
span { border-color: #F4F19E; }
span { border-color: rgb(244,241,158); }
td.TdClassName
{
border-color: #F4F19E;
}
.TagClassName
{
border-color: #F4F19E;
}
</style>