Shades of Portafino #F1F098
Tints of Portafino #F1F098
RGB
CMYK
RGB Variations
Color information
#F1F098 (or 0xF1F098) is known color: Portafino. HEX triplet: F1, F0 and 98. RGB value is (241,240,152). Sum of RGB (Red+Green+Blue) = 241+240+152=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 152 (59.77% from 255 or 24.01% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F098 is #0E0F67. Grayscale: #E6E6E6. Windows color (decimal): -921448 or 10023153. OLE color: 10023153.
HSL color Cylindrical-coordinate representation of color #F1F098: hue angle of 59.33º degrees, saturation: 0.76, 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 #F1F098 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 152 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.05 |
| HSL | 59.33º | 0.76% | 0.77% | - |
| HSV(B) | 59.33º | 0.37% | 0.95% | - |
| XYZ | 73.1 | 83.29 | 41.93 | - |
| YUV | 230.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 152 | 0 | 0.00 | 0.37 | 0.05 | 59.33 | 0.76 | 0.77 |
| Hex | F1 | F0 | 98 | 0 | 0 | 25 | 5 | 3B | 4C | 4D |
| Octal | 361 | 360 | 230 | 0 | 0 | 45 | 5 | 73 | 114 | 115 |
| Binary | 11110001 | 11110000 | 10011000 | 0 | 0 | 100101 | 101 | 111011 | 1001100 | 1001101 |
Color Harmonies of #F1F098
Complementary color
Monochromatic Colors of #F1F098
Black with #F1F098
Text Example
Text Example
White with #F1F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F098; }
p { color: rgb(241,240,152); }
H1.HeaderClassName
{
color: #F1F098;
}
.AnyTagClassName
{
color: #F1F098;
}
</style>
background-color css
<style>
a { background-color: #F1F098; }
a { background-color: rgb(241,240,152); }
div.DivClassName
{
background-color: #F1F098;
}
.BgClassName
{
background-color: #F1F098;
}
</style>
border-color css
<style>
span { border-color: #F1F098; }
span { border-color: rgb(241,240,152); }
td.TdClassName
{
border-color: #F1F098;
}
.TagClassName
{
border-color: #F1F098;
}
</style>