Shades of Portafino #F2F199
Tints of Portafino #F2F199
RGB
CMYK
RGB Variations
Color information
#F2F199 (or 0xF2F199) is known color: Portafino. HEX triplet: F2, F1 and 99. RGB value is (242,241,153). Sum of RGB (Red+Green+Blue) = 242+241+153=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 153 (60.16% from 255 or 24.06% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F199 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F199 is #0D0E66. Grayscale: #E7E7E7. Windows color (decimal): -855655 or 10088946. OLE color: 10088946.
HSL color Cylindrical-coordinate representation of color #F2F199: hue angle of 59.33º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2F199 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 153 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.05 |
| HSL | 59.33º | 0.77% | 0.77% | - |
| HSV(B) | 59.33º | 0.37% | 0.95% | - |
| XYZ | 73.82 | 84.09 | 42.48 | - |
| YUV | 231.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 153 | 0 | 0.00 | 0.37 | 0.05 | 59.33 | 0.77 | 0.77 |
| Hex | F2 | F1 | 99 | 0 | 0 | 25 | 5 | 3B | 4D | 4D |
| Octal | 362 | 361 | 231 | 0 | 0 | 45 | 5 | 73 | 115 | 115 |
| Binary | 11110010 | 11110001 | 10011001 | 0 | 0 | 100101 | 101 | 111011 | 1001101 | 1001101 |
Color Harmonies of #F2F199
Complementary color
Monochromatic Colors of #F2F199
Black with #F2F199
Text Example
Text Example
White with #F2F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F199; }
p { color: rgb(242,241,153); }
H1.HeaderClassName
{
color: #F2F199;
}
.AnyTagClassName
{
color: #F2F199;
}
</style>
background-color css
<style>
a { background-color: #F2F199; }
a { background-color: rgb(242,241,153); }
div.DivClassName
{
background-color: #F2F199;
}
.BgClassName
{
background-color: #F2F199;
}
</style>
border-color css
<style>
span { border-color: #F2F199; }
span { border-color: rgb(242,241,153); }
td.TdClassName
{
border-color: #F2F199;
}
.TagClassName
{
border-color: #F2F199;
}
</style>