Shades of Portafino #F0E89D
Tints of Portafino #F0E89D
RGB
CMYK
RGB Variations
Color information
#F0E89D (or 0xF0E89D) is known color: Portafino. HEX triplet: F0, E8 and 9D. RGB value is (240,232,157). Sum of RGB (Red+Green+Blue) = 240+232+157=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E89D is #0F1762. Grayscale: #E2E2E2. Windows color (decimal): -989027 or 10348784. OLE color: 10348784.
HSL color Cylindrical-coordinate representation of color #F0E89D: hue angle of 54.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0E89D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 157 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 54.22º | 0.73% | 0.78% | - |
| HSV(B) | 54.22º | 0.35% | 0.94% | - |
| XYZ | 70.88 | 78.67 | 43.35 | - |
| YUV | 225.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 157 | 0 | 0.03 | 0.35 | 0.06 | 54.22 | 0.73 | 0.78 |
| Hex | F0 | E8 | 9D | 0 | 3 | 23 | 6 | 36 | 49 | 4E |
| Octal | 360 | 350 | 235 | 0 | 3 | 43 | 6 | 66 | 111 | 116 |
| Binary | 11110000 | 11101000 | 10011101 | 0 | 11 | 100011 | 110 | 110110 | 1001001 | 1001110 |
Color Harmonies of #F0E89D
Complementary color
Monochromatic Colors of #F0E89D
Black with #F0E89D
Text Example
Text Example
White with #F0E89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E89D; }
p { color: rgb(240,232,157); }
H1.HeaderClassName
{
color: #F0E89D;
}
.AnyTagClassName
{
color: #F0E89D;
}
</style>
background-color css
<style>
a { background-color: #F0E89D; }
a { background-color: rgb(240,232,157); }
div.DivClassName
{
background-color: #F0E89D;
}
.BgClassName
{
background-color: #F0E89D;
}
</style>
border-color css
<style>
span { border-color: #F0E89D; }
span { border-color: rgb(240,232,157); }
td.TdClassName
{
border-color: #F0E89D;
}
.TagClassName
{
border-color: #F0E89D;
}
</style>