Shades of Portafino #F4F19F
Tints of Portafino #F4F19F
RGB
CMYK
RGB Variations
Color information
#F4F19F (or 0xF4F19F) is known color: Portafino. HEX triplet: F4, F1 and 9F. RGB value is (244,241,159). Sum of RGB (Red+Green+Blue) = 244+241+159=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 159 (62.5% from 255 or 24.69% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F19F is #0B0E60. Grayscale: #E8E8E8. Windows color (decimal): -724577 or 10482164. OLE color: 10482164.
HSL color Cylindrical-coordinate representation of color #F4F19F: hue angle of 57.88º degrees, saturation: 0.79, 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 #F4F19F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 159 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.04 |
| HSL | 57.88º | 0.79% | 0.79% | - |
| HSV(B) | 57.88º | 0.35% | 0.96% | - |
| XYZ | 75.02 | 84.65 | 45.19 | - |
| YUV | 232.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 159 | 0 | 0.01 | 0.35 | 0.04 | 57.88 | 0.79 | 0.79 |
| Hex | F4 | F1 | 9F | 0 | 1 | 23 | 4 | 3A | 4F | 4F |
| Octal | 364 | 361 | 237 | 0 | 1 | 43 | 4 | 72 | 117 | 117 |
| Binary | 11110100 | 11110001 | 10011111 | 0 | 1 | 100011 | 100 | 111010 | 1001111 | 1001111 |
Color Harmonies of #F4F19F
Complementary color
Monochromatic Colors of #F4F19F
Black with #F4F19F
Text Example
Text Example
White with #F4F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F19F; }
p { color: rgb(244,241,159); }
H1.HeaderClassName
{
color: #F4F19F;
}
.AnyTagClassName
{
color: #F4F19F;
}
</style>
background-color css
<style>
a { background-color: #F4F19F; }
a { background-color: rgb(244,241,159); }
div.DivClassName
{
background-color: #F4F19F;
}
.BgClassName
{
background-color: #F4F19F;
}
</style>
border-color css
<style>
span { border-color: #F4F19F; }
span { border-color: rgb(244,241,159); }
td.TdClassName
{
border-color: #F4F19F;
}
.TagClassName
{
border-color: #F4F19F;
}
</style>