Shades of Portafino #F0E89C
Tints of Portafino #F0E89C
RGB
CMYK
RGB Variations
Color information
#F0E89C (or 0xF0E89C) is known color: Portafino. HEX triplet: F0, E8 and 9C. RGB value is (240,232,156). Sum of RGB (Red+Green+Blue) = 240+232+156=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E89C is #0F1763. Grayscale: #E2E2E2. Windows color (decimal): -989028 or 10283248. OLE color: 10283248.
HSL color Cylindrical-coordinate representation of color #F0E89C: hue angle of 54.29º degrees, saturation: 0.74, 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 #F0E89C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 156 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 54.29º | 0.74% | 0.78% | - |
| HSV(B) | 54.29º | 0.35% | 0.94% | - |
| XYZ | 70.79 | 78.64 | 42.9 | - |
| YUV | 225.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 156 | 0 | 0.03 | 0.35 | 0.06 | 54.29 | 0.74 | 0.78 |
| Hex | F0 | E8 | 9C | 0 | 3 | 23 | 6 | 36 | 4A | 4E |
| Octal | 360 | 350 | 234 | 0 | 3 | 43 | 6 | 66 | 112 | 116 |
| Binary | 11110000 | 11101000 | 10011100 | 0 | 11 | 100011 | 110 | 110110 | 1001010 | 1001110 |
Color Harmonies of #F0E89C
Complementary color
Monochromatic Colors of #F0E89C
Black with #F0E89C
Text Example
Text Example
White with #F0E89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E89C; }
p { color: rgb(240,232,156); }
H1.HeaderClassName
{
color: #F0E89C;
}
.AnyTagClassName
{
color: #F0E89C;
}
</style>
background-color css
<style>
a { background-color: #F0E89C; }
a { background-color: rgb(240,232,156); }
div.DivClassName
{
background-color: #F0E89C;
}
.BgClassName
{
background-color: #F0E89C;
}
</style>
border-color css
<style>
span { border-color: #F0E89C; }
span { border-color: rgb(240,232,156); }
td.TdClassName
{
border-color: #F0E89C;
}
.TagClassName
{
border-color: #F0E89C;
}
</style>