Shades of Portafino #F4F19D
Tints of Portafino #F4F19D
RGB
CMYK
RGB Variations
Color information
#F4F19D (or 0xF4F19D) is known color: Portafino. HEX triplet: F4, F1 and 9D. RGB value is (244,241,157). Sum of RGB (Red+Green+Blue) = 244+241+157=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F19D is #0B0E62. Grayscale: #E8E8E8. Windows color (decimal): -724579 or 10351092. OLE color: 10351092.
HSL color Cylindrical-coordinate representation of color #F4F19D: hue angle of 57.93º degrees, saturation: 0.8, 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 #F4F19D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 157 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.04 |
| HSL | 57.93º | 0.8% | 0.79% | - |
| HSV(B) | 57.93º | 0.36% | 0.96% | - |
| XYZ | 74.85 | 84.58 | 44.28 | - |
| YUV | 232.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 157 | 0 | 0.01 | 0.36 | 0.04 | 57.93 | 0.8 | 0.79 |
| Hex | F4 | F1 | 9D | 0 | 1 | 24 | 4 | 3A | 50 | 4F |
| Octal | 364 | 361 | 235 | 0 | 1 | 44 | 4 | 72 | 120 | 117 |
| Binary | 11110100 | 11110001 | 10011101 | 0 | 1 | 100100 | 100 | 111010 | 1010000 | 1001111 |
Color Harmonies of #F4F19D
Complementary color
Monochromatic Colors of #F4F19D
Black with #F4F19D
Text Example
Text Example
White with #F4F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F19D; }
p { color: rgb(244,241,157); }
H1.HeaderClassName
{
color: #F4F19D;
}
.AnyTagClassName
{
color: #F4F19D;
}
</style>
background-color css
<style>
a { background-color: #F4F19D; }
a { background-color: rgb(244,241,157); }
div.DivClassName
{
background-color: #F4F19D;
}
.BgClassName
{
background-color: #F4F19D;
}
</style>
border-color css
<style>
span { border-color: #F4F19D; }
span { border-color: rgb(244,241,157); }
td.TdClassName
{
border-color: #F4F19D;
}
.TagClassName
{
border-color: #F4F19D;
}
</style>