Shades of Portafino #F8F098
Tints of Portafino #F8F098
RGB
CMYK
RGB Variations
Color information
#F8F098 (or 0xF8F098) is known color: Portafino. HEX triplet: F8, F0 and 98. RGB value is (248,240,152). Sum of RGB (Red+Green+Blue) = 248+240+152=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 152 (59.77% from 255 or 23.75% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F098 is #070F67. Grayscale: #E8E8E8. Windows color (decimal): -462696 or 10023160. OLE color: 10023160.
HSL color Cylindrical-coordinate representation of color #F8F098: hue angle of 55º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8F098 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 152 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.03 |
| HSL | 55º | 0.87% | 0.78% | - |
| HSV(B) | 55º | 0.39% | 0.97% | - |
| XYZ | 75.54 | 84.54 | 42.04 | - |
| YUV | 232.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 152 | 0 | 0.03 | 0.39 | 0.03 | 55 | 0.87 | 0.78 |
| Hex | F8 | F0 | 98 | 0 | 3 | 27 | 3 | 37 | 57 | 4E |
| Octal | 370 | 360 | 230 | 0 | 3 | 47 | 3 | 67 | 127 | 116 |
| Binary | 11111000 | 11110000 | 10011000 | 0 | 11 | 100111 | 11 | 110111 | 1010111 | 1001110 |
Color Harmonies of #F8F098
Complementary color
Monochromatic Colors of #F8F098
Black with #F8F098
Text Example
Text Example
White with #F8F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F098; }
p { color: rgb(248,240,152); }
H1.HeaderClassName
{
color: #F8F098;
}
.AnyTagClassName
{
color: #F8F098;
}
</style>
background-color css
<style>
a { background-color: #F8F098; }
a { background-color: rgb(248,240,152); }
div.DivClassName
{
background-color: #F8F098;
}
.BgClassName
{
background-color: #F8F098;
}
</style>
border-color css
<style>
span { border-color: #F8F098; }
span { border-color: rgb(248,240,152); }
td.TdClassName
{
border-color: #F8F098;
}
.TagClassName
{
border-color: #F8F098;
}
</style>