Shades of Portafino #F0F19F
Tints of Portafino #F0F19F
RGB
CMYK
RGB Variations
Color information
#F0F19F (or 0xF0F19F) is known color: Portafino. HEX triplet: F0, F1 and 9F. RGB value is (240,241,159). Sum of RGB (Red+Green+Blue) = 240+241+159=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 159 (62.5% from 255 or 24.84% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F19F is #0F0E60. Grayscale: #E7E7E7. Windows color (decimal): -986721 or 10482160. OLE color: 10482160.
HSL color Cylindrical-coordinate representation of color #F0F19F: hue angle of 60.73º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0F19F is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 159 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.05 |
| HSL | 60.73º | 0.75% | 0.78% | - |
| HSV(B) | 60.73º | 0.34% | 0.95% | - |
| XYZ | 73.65 | 83.94 | 45.12 | - |
| YUV | 231.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 159 | 0.00 | 0 | 0.34 | 0.05 | 60.73 | 0.75 | 0.78 |
| Hex | F0 | F1 | 9F | 0 | 0 | 22 | 5 | 3D | 4B | 4E |
| Octal | 360 | 361 | 237 | 0 | 0 | 42 | 5 | 75 | 113 | 116 |
| Binary | 11110000 | 11110001 | 10011111 | 0 | 0 | 100010 | 101 | 111101 | 1001011 | 1001110 |
Color Harmonies of #F0F19F
Complementary color
Monochromatic Colors of #F0F19F
Black with #F0F19F
Text Example
Text Example
White with #F0F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F19F; }
p { color: rgb(240,241,159); }
H1.HeaderClassName
{
color: #F0F19F;
}
.AnyTagClassName
{
color: #F0F19F;
}
</style>
background-color css
<style>
a { background-color: #F0F19F; }
a { background-color: rgb(240,241,159); }
div.DivClassName
{
background-color: #F0F19F;
}
.BgClassName
{
background-color: #F0F19F;
}
</style>
border-color css
<style>
span { border-color: #F0F19F; }
span { border-color: rgb(240,241,159); }
td.TdClassName
{
border-color: #F0F19F;
}
.TagClassName
{
border-color: #F0F19F;
}
</style>