Shades of Portafino #F0E89F
Tints of Portafino #F0E89F
RGB
CMYK
RGB Variations
Color information
#F0E89F (or 0xF0E89F) is known color: Portafino. HEX triplet: F0, E8 and 9F. RGB value is (240,232,159). Sum of RGB (Red+Green+Blue) = 240+232+159=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E89F is #0F1760. Grayscale: #E2E2E2. Windows color (decimal): -989025 or 10479856. OLE color: 10479856.
HSL color Cylindrical-coordinate representation of color #F0E89F: hue angle of 54.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E89F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 159 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.06 |
| HSL | 54.07º | 0.73% | 0.78% | - |
| HSV(B) | 54.07º | 0.34% | 0.94% | - |
| XYZ | 71.05 | 78.74 | 44.25 | - |
| YUV | 226.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 159 | 0 | 0.03 | 0.34 | 0.06 | 54.07 | 0.73 | 0.78 |
| Hex | F0 | E8 | 9F | 0 | 3 | 22 | 6 | 36 | 49 | 4E |
| Octal | 360 | 350 | 237 | 0 | 3 | 42 | 6 | 66 | 111 | 116 |
| Binary | 11110000 | 11101000 | 10011111 | 0 | 11 | 100010 | 110 | 110110 | 1001001 | 1001110 |
Color Harmonies of #F0E89F
Complementary color
Monochromatic Colors of #F0E89F
Black with #F0E89F
Text Example
Text Example
White with #F0E89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E89F; }
p { color: rgb(240,232,159); }
H1.HeaderClassName
{
color: #F0E89F;
}
.AnyTagClassName
{
color: #F0E89F;
}
</style>
background-color css
<style>
a { background-color: #F0E89F; }
a { background-color: rgb(240,232,159); }
div.DivClassName
{
background-color: #F0E89F;
}
.BgClassName
{
background-color: #F0E89F;
}
</style>
border-color css
<style>
span { border-color: #F0E89F; }
span { border-color: rgb(240,232,159); }
td.TdClassName
{
border-color: #F0E89F;
}
.TagClassName
{
border-color: #F0E89F;
}
</style>