Shades of Portafino #F2EE9F
Tints of Portafino #F2EE9F
RGB
CMYK
RGB Variations
Color information
#F2EE9F (or 0xF2EE9F) is known color: Portafino. HEX triplet: F2, EE and 9F. RGB value is (242,238,159). Sum of RGB (Red+Green+Blue) = 242+238+159=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 159 (62.5% from 255 or 24.88% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE9F is #0D1160. Grayscale: #E6E6E6. Windows color (decimal): -856417 or 10481394. OLE color: 10481394.
HSL color Cylindrical-coordinate representation of color #F2EE9F: hue angle of 57.11º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2EE9F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 159 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 57.11º | 0.76% | 0.79% | - |
| HSV(B) | 57.11º | 0.34% | 0.95% | - |
| XYZ | 73.45 | 82.53 | 44.86 | - |
| YUV | 230.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 159 | 0 | 0.02 | 0.34 | 0.05 | 57.11 | 0.76 | 0.79 |
| Hex | F2 | EE | 9F | 0 | 2 | 22 | 5 | 39 | 4C | 4F |
| Octal | 362 | 356 | 237 | 0 | 2 | 42 | 5 | 71 | 114 | 117 |
| Binary | 11110010 | 11101110 | 10011111 | 0 | 10 | 100010 | 101 | 111001 | 1001100 | 1001111 |
Color Harmonies of #F2EE9F
Complementary color
Monochromatic Colors of #F2EE9F
Black with #F2EE9F
Text Example
Text Example
White with #F2EE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE9F; }
p { color: rgb(242,238,159); }
H1.HeaderClassName
{
color: #F2EE9F;
}
.AnyTagClassName
{
color: #F2EE9F;
}
</style>
background-color css
<style>
a { background-color: #F2EE9F; }
a { background-color: rgb(242,238,159); }
div.DivClassName
{
background-color: #F2EE9F;
}
.BgClassName
{
background-color: #F2EE9F;
}
</style>
border-color css
<style>
span { border-color: #F2EE9F; }
span { border-color: rgb(242,238,159); }
td.TdClassName
{
border-color: #F2EE9F;
}
.TagClassName
{
border-color: #F2EE9F;
}
</style>