Shades of Portafino #F2F197
Tints of Portafino #F2F197
RGB
CMYK
RGB Variations
Color information
#F2F197 (or 0xF2F197) is known color: Portafino. HEX triplet: F2, F1 and 97. RGB value is (242,241,151). Sum of RGB (Red+Green+Blue) = 242+241+151=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 151 (59.38% from 255 or 23.82% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F197 is #0D0E68. Grayscale: #E7E7E7. Windows color (decimal): -855657 or 9957874. OLE color: 9957874.
HSL color Cylindrical-coordinate representation of color #F2F197: hue angle of 59.34º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2F197 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 151 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.05 |
| HSL | 59.34º | 0.78% | 0.77% | - |
| HSV(B) | 59.34º | 0.38% | 0.95% | - |
| XYZ | 73.66 | 84.02 | 41.61 | - |
| YUV | 231.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 151 | 0 | 0.00 | 0.38 | 0.05 | 59.34 | 0.78 | 0.77 |
| Hex | F2 | F1 | 97 | 0 | 0 | 26 | 5 | 3B | 4E | 4D |
| Octal | 362 | 361 | 227 | 0 | 0 | 46 | 5 | 73 | 116 | 115 |
| Binary | 11110010 | 11110001 | 10010111 | 0 | 0 | 100110 | 101 | 111011 | 1001110 | 1001101 |
Color Harmonies of #F2F197
Complementary color
Monochromatic Colors of #F2F197
Black with #F2F197
Text Example
Text Example
White with #F2F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F197; }
p { color: rgb(242,241,151); }
H1.HeaderClassName
{
color: #F2F197;
}
.AnyTagClassName
{
color: #F2F197;
}
</style>
background-color css
<style>
a { background-color: #F2F197; }
a { background-color: rgb(242,241,151); }
div.DivClassName
{
background-color: #F2F197;
}
.BgClassName
{
background-color: #F2F197;
}
</style>
border-color css
<style>
span { border-color: #F2F197; }
span { border-color: rgb(242,241,151); }
td.TdClassName
{
border-color: #F2F197;
}
.TagClassName
{
border-color: #F2F197;
}
</style>