Shades of Portafino #F0EA97
Tints of Portafino #F0EA97
RGB
CMYK
RGB Variations
Color information
#F0EA97 (or 0xF0EA97) is known color: Portafino. HEX triplet: F0, EA and 97. RGB value is (240,234,151). Sum of RGB (Red+Green+Blue) = 240+234+151=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA97 is #0F1568. Grayscale: #E2E2E2. Windows color (decimal): -988521 or 9956080. OLE color: 9956080.
HSL color Cylindrical-coordinate representation of color #F0EA97: hue angle of 55.96º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0EA97 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 151 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.06 |
| HSL | 55.96º | 0.75% | 0.77% | - |
| HSV(B) | 55.96º | 0.37% | 0.94% | - |
| XYZ | 70.94 | 79.61 | 40.9 | - |
| YUV | 226.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 151 | 0 | 0.02 | 0.37 | 0.06 | 55.96 | 0.75 | 0.77 |
| Hex | F0 | EA | 97 | 0 | 2 | 25 | 6 | 38 | 4B | 4D |
| Octal | 360 | 352 | 227 | 0 | 2 | 45 | 6 | 70 | 113 | 115 |
| Binary | 11110000 | 11101010 | 10010111 | 0 | 10 | 100101 | 110 | 111000 | 1001011 | 1001101 |
Color Harmonies of #F0EA97
Complementary color
Monochromatic Colors of #F0EA97
Black with #F0EA97
Text Example
Text Example
White with #F0EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA97; }
p { color: rgb(240,234,151); }
H1.HeaderClassName
{
color: #F0EA97;
}
.AnyTagClassName
{
color: #F0EA97;
}
</style>
background-color css
<style>
a { background-color: #F0EA97; }
a { background-color: rgb(240,234,151); }
div.DivClassName
{
background-color: #F0EA97;
}
.BgClassName
{
background-color: #F0EA97;
}
</style>
border-color css
<style>
span { border-color: #F0EA97; }
span { border-color: rgb(240,234,151); }
td.TdClassName
{
border-color: #F0EA97;
}
.TagClassName
{
border-color: #F0EA97;
}
</style>