Shades of Portafino #F2EF96
Tints of Portafino #F2EF96
RGB
CMYK
RGB Variations
Color information
#F2EF96 (or 0xF2EF96) is known color: Portafino. HEX triplet: F2, EF and 96. RGB value is (242,239,150). Sum of RGB (Red+Green+Blue) = 242+239+150=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF96 is #0D1069. Grayscale: #E6E6E6. Windows color (decimal): -856170 or 9891826. OLE color: 9891826.
HSL color Cylindrical-coordinate representation of color #F2EF96: hue angle of 58.04º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2EF96 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 150 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.05 |
| HSL | 58.04º | 0.78% | 0.77% | - |
| HSV(B) | 58.04º | 0.38% | 0.95% | - |
| XYZ | 72.99 | 82.81 | 40.99 | - |
| YUV | 229.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 150 | 0 | 0.01 | 0.38 | 0.05 | 58.04 | 0.78 | 0.77 |
| Hex | F2 | EF | 96 | 0 | 1 | 26 | 5 | 3A | 4E | 4D |
| Octal | 362 | 357 | 226 | 0 | 1 | 46 | 5 | 72 | 116 | 115 |
| Binary | 11110010 | 11101111 | 10010110 | 0 | 1 | 100110 | 101 | 111010 | 1001110 | 1001101 |
Color Harmonies of #F2EF96
Complementary color
Monochromatic Colors of #F2EF96
Black with #F2EF96
Text Example
Text Example
White with #F2EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF96; }
p { color: rgb(242,239,150); }
H1.HeaderClassName
{
color: #F2EF96;
}
.AnyTagClassName
{
color: #F2EF96;
}
</style>
background-color css
<style>
a { background-color: #F2EF96; }
a { background-color: rgb(242,239,150); }
div.DivClassName
{
background-color: #F2EF96;
}
.BgClassName
{
background-color: #F2EF96;
}
</style>
border-color css
<style>
span { border-color: #F2EF96; }
span { border-color: rgb(242,239,150); }
td.TdClassName
{
border-color: #F2EF96;
}
.TagClassName
{
border-color: #F2EF96;
}
</style>