Shades of Portafino #F0EDA1
Tints of Portafino #F0EDA1
RGB
CMYK
RGB Variations
Color information
#F0EDA1 (or 0xF0EDA1) is known color: Portafino. HEX triplet: F0, ED and A1. RGB value is (240,237,161). Sum of RGB (Red+Green+Blue) = 240+237+161=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA1 is #0F125E. Grayscale: #E5E5E5. Windows color (decimal): -987743 or 10612208. OLE color: 10612208.
HSL color Cylindrical-coordinate representation of color #F0EDA1: hue angle of 57.72º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0EDA1 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 161 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.06 |
| HSL | 57.72º | 0.72% | 0.79% | - |
| HSV(B) | 57.72º | 0.33% | 0.94% | - |
| XYZ | 72.65 | 81.67 | 45.65 | - |
| YUV | 229.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 161 | 0 | 0.01 | 0.33 | 0.06 | 57.72 | 0.72 | 0.79 |
| Hex | F0 | ED | A1 | 0 | 1 | 21 | 6 | 3A | 48 | 4F |
| Octal | 360 | 355 | 241 | 0 | 1 | 41 | 6 | 72 | 110 | 117 |
| Binary | 11110000 | 11101101 | 10100001 | 0 | 1 | 100001 | 110 | 111010 | 1001000 | 1001111 |
Color Harmonies of #F0EDA1
Complementary color
Monochromatic Colors of #F0EDA1
Black with #F0EDA1
Text Example
Text Example
White with #F0EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDA1; }
p { color: rgb(240,237,161); }
H1.HeaderClassName
{
color: #F0EDA1;
}
.AnyTagClassName
{
color: #F0EDA1;
}
</style>
background-color css
<style>
a { background-color: #F0EDA1; }
a { background-color: rgb(240,237,161); }
div.DivClassName
{
background-color: #F0EDA1;
}
.BgClassName
{
background-color: #F0EDA1;
}
</style>
border-color css
<style>
span { border-color: #F0EDA1; }
span { border-color: rgb(240,237,161); }
td.TdClassName
{
border-color: #F0EDA1;
}
.TagClassName
{
border-color: #F0EDA1;
}
</style>