Shades of Portafino #F2EF98
Tints of Portafino #F2EF98
RGB
CMYK
RGB Variations
Color information
#F2EF98 (or 0xF2EF98) is known color: Portafino. HEX triplet: F2, EF and 98. RGB value is (242,239,152). Sum of RGB (Red+Green+Blue) = 242+239+152=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 152 (59.77% from 255 or 24.01% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF98 is #0D1067. Grayscale: #E6E6E6. Windows color (decimal): -856168 or 10022898. OLE color: 10022898.
HSL color Cylindrical-coordinate representation of color #F2EF98: hue angle of 58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2EF98 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 152 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.05 |
| HSL | 58º | 0.78% | 0.77% | - |
| HSV(B) | 58º | 0.37% | 0.95% | - |
| XYZ | 73.15 | 82.88 | 41.85 | - |
| YUV | 229.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 152 | 0 | 0.01 | 0.37 | 0.05 | 58 | 0.78 | 0.77 |
| Hex | F2 | EF | 98 | 0 | 1 | 25 | 5 | 3A | 4E | 4D |
| Octal | 362 | 357 | 230 | 0 | 1 | 45 | 5 | 72 | 116 | 115 |
| Binary | 11110010 | 11101111 | 10011000 | 0 | 1 | 100101 | 101 | 111010 | 1001110 | 1001101 |
Color Harmonies of #F2EF98
Complementary color
Monochromatic Colors of #F2EF98
Black with #F2EF98
Text Example
Text Example
White with #F2EF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF98; }
p { color: rgb(242,239,152); }
H1.HeaderClassName
{
color: #F2EF98;
}
.AnyTagClassName
{
color: #F2EF98;
}
</style>
background-color css
<style>
a { background-color: #F2EF98; }
a { background-color: rgb(242,239,152); }
div.DivClassName
{
background-color: #F2EF98;
}
.BgClassName
{
background-color: #F2EF98;
}
</style>
border-color css
<style>
span { border-color: #F2EF98; }
span { border-color: rgb(242,239,152); }
td.TdClassName
{
border-color: #F2EF98;
}
.TagClassName
{
border-color: #F2EF98;
}
</style>