Shades of Portafino #F9F098
Tints of Portafino #F9F098
RGB
CMYK
RGB Variations
Color information
#F9F098 (or 0xF9F098) is known color: Portafino. HEX triplet: F9, F0 and 98. RGB value is (249,240,152). Sum of RGB (Red+Green+Blue) = 249+240+152=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 152 (59.77% from 255 or 23.71% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F098 is #060F67. Grayscale: #E9E9E9. Windows color (decimal): -397160 or 10023161. OLE color: 10023161.
HSL color Cylindrical-coordinate representation of color #F9F098: hue angle of 54.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9F098 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 152 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.02 |
| HSL | 54.43º | 0.89% | 0.79% | - |
| HSV(B) | 54.43º | 0.39% | 0.98% | - |
| XYZ | 75.89 | 84.73 | 42.06 | - |
| YUV | 232.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 152 | 0 | 0.04 | 0.39 | 0.02 | 54.43 | 0.89 | 0.79 |
| Hex | F9 | F0 | 98 | 0 | 4 | 27 | 2 | 36 | 59 | 4F |
| Octal | 371 | 360 | 230 | 0 | 4 | 47 | 2 | 66 | 131 | 117 |
| Binary | 11111001 | 11110000 | 10011000 | 0 | 100 | 100111 | 10 | 110110 | 1011001 | 1001111 |
Color Harmonies of #F9F098
Complementary color
Monochromatic Colors of #F9F098
Black with #F9F098
Text Example
Text Example
White with #F9F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F098; }
p { color: rgb(249,240,152); }
H1.HeaderClassName
{
color: #F9F098;
}
.AnyTagClassName
{
color: #F9F098;
}
</style>
background-color css
<style>
a { background-color: #F9F098; }
a { background-color: rgb(249,240,152); }
div.DivClassName
{
background-color: #F9F098;
}
.BgClassName
{
background-color: #F9F098;
}
</style>
border-color css
<style>
span { border-color: #F9F098; }
span { border-color: rgb(249,240,152); }
td.TdClassName
{
border-color: #F9F098;
}
.TagClassName
{
border-color: #F9F098;
}
</style>