Shades of Portafino #F2F39E
Tints of Portafino #F2F39E
RGB
CMYK
RGB Variations
Color information
#F2F39E (or 0xF2F39E) is known color: Portafino. HEX triplet: F2, F3 and 9E. RGB value is (242,243,158). Sum of RGB (Red+Green+Blue) = 242+243+158=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F39E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F39E is #0D0C61. Grayscale: #E9E9E9. Windows color (decimal): -855138 or 10417138. OLE color: 10417138.
HSL color Cylindrical-coordinate representation of color #F2F39E: hue angle of 60.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2F39E is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 158 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.05 |
| HSL | 60.71º | 0.78% | 0.79% | - |
| HSV(B) | 60.71º | 0.35% | 0.95% | - |
| XYZ | 74.84 | 85.45 | 44.9 | - |
| YUV | 233.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 158 | 0.00 | 0 | 0.35 | 0.05 | 60.71 | 0.78 | 0.79 |
| Hex | F2 | F3 | 9E | 0 | 0 | 23 | 5 | 3D | 4E | 4F |
| Octal | 362 | 363 | 236 | 0 | 0 | 43 | 5 | 75 | 116 | 117 |
| Binary | 11110010 | 11110011 | 10011110 | 0 | 0 | 100011 | 101 | 111101 | 1001110 | 1001111 |
Color Harmonies of #F2F39E
Complementary color
Monochromatic Colors of #F2F39E
Black with #F2F39E
Text Example
Text Example
White with #F2F39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F39E; }
p { color: rgb(242,243,158); }
H1.HeaderClassName
{
color: #F2F39E;
}
.AnyTagClassName
{
color: #F2F39E;
}
</style>
background-color css
<style>
a { background-color: #F2F39E; }
a { background-color: rgb(242,243,158); }
div.DivClassName
{
background-color: #F2F39E;
}
.BgClassName
{
background-color: #F2F39E;
}
</style>
border-color css
<style>
span { border-color: #F2F39E; }
span { border-color: rgb(242,243,158); }
td.TdClassName
{
border-color: #F2F39E;
}
.TagClassName
{
border-color: #F2F39E;
}
</style>