Shades of Portafino #F0F19D
Tints of Portafino #F0F19D
RGB
CMYK
RGB Variations
Color information
#F0F19D (or 0xF0F19D) is known color: Portafino. HEX triplet: F0, F1 and 9D. RGB value is (240,241,157). Sum of RGB (Red+Green+Blue) = 240+241+157=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 157 (61.72% from 255 or 24.61% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F19D is #0F0E62. Grayscale: #E7E7E7. Windows color (decimal): -986723 or 10351088. OLE color: 10351088.
HSL color Cylindrical-coordinate representation of color #F0F19D: hue angle of 60.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0F19D is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 157 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.05 |
| HSL | 60.71º | 0.75% | 0.78% | - |
| HSV(B) | 60.71º | 0.35% | 0.95% | - |
| XYZ | 73.48 | 83.87 | 44.21 | - |
| YUV | 231.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 157 | 0.00 | 0 | 0.35 | 0.05 | 60.71 | 0.75 | 0.78 |
| Hex | F0 | F1 | 9D | 0 | 0 | 23 | 5 | 3D | 4B | 4E |
| Octal | 360 | 361 | 235 | 0 | 0 | 43 | 5 | 75 | 113 | 116 |
| Binary | 11110000 | 11110001 | 10011101 | 0 | 0 | 100011 | 101 | 111101 | 1001011 | 1001110 |
Color Harmonies of #F0F19D
Complementary color
Monochromatic Colors of #F0F19D
Black with #F0F19D
Text Example
Text Example
White with #F0F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F19D; }
p { color: rgb(240,241,157); }
H1.HeaderClassName
{
color: #F0F19D;
}
.AnyTagClassName
{
color: #F0F19D;
}
</style>
background-color css
<style>
a { background-color: #F0F19D; }
a { background-color: rgb(240,241,157); }
div.DivClassName
{
background-color: #F0F19D;
}
.BgClassName
{
background-color: #F0F19D;
}
</style>
border-color css
<style>
span { border-color: #F0F19D; }
span { border-color: rgb(240,241,157); }
td.TdClassName
{
border-color: #F0F19D;
}
.TagClassName
{
border-color: #F0F19D;
}
</style>