Shades of Portafino #F2EF9F
Tints of Portafino #F2EF9F
RGB
CMYK
RGB Variations
Color information
#F2EF9F (or 0xF2EF9F) is known color: Portafino. HEX triplet: F2, EF and 9F. RGB value is (242,239,159). Sum of RGB (Red+Green+Blue) = 242+239+159=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 159 (62.5% from 255 or 24.84% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF9F is #0D1060. Grayscale: #E7E7E7. Windows color (decimal): -856161 or 10481650. OLE color: 10481650.
HSL color Cylindrical-coordinate representation of color #F2EF9F: hue angle of 57.83º 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 #F2EF9F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 159 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.05 |
| HSL | 57.83º | 0.76% | 0.79% | - |
| HSV(B) | 57.83º | 0.34% | 0.95% | - |
| XYZ | 73.74 | 83.11 | 44.96 | - |
| YUV | 230.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 159 | 0 | 0.01 | 0.34 | 0.05 | 57.83 | 0.76 | 0.79 |
| Hex | F2 | EF | 9F | 0 | 1 | 22 | 5 | 3A | 4C | 4F |
| Octal | 362 | 357 | 237 | 0 | 1 | 42 | 5 | 72 | 114 | 117 |
| Binary | 11110010 | 11101111 | 10011111 | 0 | 1 | 100010 | 101 | 111010 | 1001100 | 1001111 |
Color Harmonies of #F2EF9F
Complementary color
Monochromatic Colors of #F2EF9F
Black with #F2EF9F
Text Example
Text Example
White with #F2EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF9F; }
p { color: rgb(242,239,159); }
H1.HeaderClassName
{
color: #F2EF9F;
}
.AnyTagClassName
{
color: #F2EF9F;
}
</style>
background-color css
<style>
a { background-color: #F2EF9F; }
a { background-color: rgb(242,239,159); }
div.DivClassName
{
background-color: #F2EF9F;
}
.BgClassName
{
background-color: #F2EF9F;
}
</style>
border-color css
<style>
span { border-color: #F2EF9F; }
span { border-color: rgb(242,239,159); }
td.TdClassName
{
border-color: #F2EF9F;
}
.TagClassName
{
border-color: #F2EF9F;
}
</style>