Shades of Portafino #F2F19F
Tints of Portafino #F2F19F
RGB
CMYK
RGB Variations
Color information
#F2F19F (or 0xF2F19F) is known color: Portafino. HEX triplet: F2, F1 and 9F. RGB value is (242,241,159). Sum of RGB (Red+Green+Blue) = 242+241+159=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 159 (62.5% from 255 or 24.77% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F19F is #0D0E60. Grayscale: #E8E8E8. Windows color (decimal): -855649 or 10482162. OLE color: 10482162.
HSL color Cylindrical-coordinate representation of color #F2F19F: hue angle of 59.28º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2F19F is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 159 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.05 |
| HSL | 59.28º | 0.76% | 0.79% | - |
| HSV(B) | 59.28º | 0.34% | 0.95% | - |
| XYZ | 74.33 | 84.29 | 45.15 | - |
| YUV | 231.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 159 | 0 | 0.00 | 0.34 | 0.05 | 59.28 | 0.76 | 0.79 |
| Hex | F2 | F1 | 9F | 0 | 0 | 22 | 5 | 3B | 4C | 4F |
| Octal | 362 | 361 | 237 | 0 | 0 | 42 | 5 | 73 | 114 | 117 |
| Binary | 11110010 | 11110001 | 10011111 | 0 | 0 | 100010 | 101 | 111011 | 1001100 | 1001111 |
Color Harmonies of #F2F19F
Complementary color
Monochromatic Colors of #F2F19F
Black with #F2F19F
Text Example
Text Example
White with #F2F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F19F; }
p { color: rgb(242,241,159); }
H1.HeaderClassName
{
color: #F2F19F;
}
.AnyTagClassName
{
color: #F2F19F;
}
</style>
background-color css
<style>
a { background-color: #F2F19F; }
a { background-color: rgb(242,241,159); }
div.DivClassName
{
background-color: #F2F19F;
}
.BgClassName
{
background-color: #F2F19F;
}
</style>
border-color css
<style>
span { border-color: #F2F19F; }
span { border-color: rgb(242,241,159); }
td.TdClassName
{
border-color: #F2F19F;
}
.TagClassName
{
border-color: #F2F19F;
}
</style>