Shades of Portafino #F0E997
Tints of Portafino #F0E997
RGB
CMYK
RGB Variations
Color information
#F0E997 (or 0xF0E997) is known color: Portafino. HEX triplet: F0, E9 and 97. RGB value is (240,233,151). Sum of RGB (Red+Green+Blue) = 240+233+151=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E997 is #0F1668. Grayscale: #E2E2E2. Windows color (decimal): -988777 or 9955824. OLE color: 9955824.
HSL color Cylindrical-coordinate representation of color #F0E997: hue angle of 55.28º 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 #F0E997 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 151 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.06 |
| HSL | 55.28º | 0.75% | 0.77% | - |
| HSV(B) | 55.28º | 0.37% | 0.94% | - |
| XYZ | 70.66 | 79.04 | 40.81 | - |
| YUV | 225.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 151 | 0 | 0.03 | 0.37 | 0.06 | 55.28 | 0.75 | 0.77 |
| Hex | F0 | E9 | 97 | 0 | 3 | 25 | 6 | 37 | 4B | 4D |
| Octal | 360 | 351 | 227 | 0 | 3 | 45 | 6 | 67 | 113 | 115 |
| Binary | 11110000 | 11101001 | 10010111 | 0 | 11 | 100101 | 110 | 110111 | 1001011 | 1001101 |
Color Harmonies of #F0E997
Complementary color
Monochromatic Colors of #F0E997
Black with #F0E997
Text Example
Text Example
White with #F0E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E997; }
p { color: rgb(240,233,151); }
H1.HeaderClassName
{
color: #F0E997;
}
.AnyTagClassName
{
color: #F0E997;
}
</style>
background-color css
<style>
a { background-color: #F0E997; }
a { background-color: rgb(240,233,151); }
div.DivClassName
{
background-color: #F0E997;
}
.BgClassName
{
background-color: #F0E997;
}
</style>
border-color css
<style>
span { border-color: #F0E997; }
span { border-color: rgb(240,233,151); }
td.TdClassName
{
border-color: #F0E997;
}
.TagClassName
{
border-color: #F0E997;
}
</style>