Shades of Portafino #F2F39A
Tints of Portafino #F2F39A
RGB
CMYK
RGB Variations
Color information
#F2F39A (or 0xF2F39A) is known color: Portafino. HEX triplet: F2, F3 and 9A. RGB value is (242,243,154). Sum of RGB (Red+Green+Blue) = 242+243+154=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F39A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F39A is #0D0C65. Grayscale: #E8E8E8. Windows color (decimal): -855142 or 10154994. OLE color: 10154994.
HSL color Cylindrical-coordinate representation of color #F2F39A: hue angle of 60.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2F39A is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 154 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.05 |
| HSL | 60.67º | 0.79% | 0.78% | - |
| HSV(B) | 60.67º | 0.37% | 0.95% | - |
| XYZ | 74.5 | 85.31 | 43.11 | - |
| YUV | 232.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 154 | 0.00 | 0 | 0.37 | 0.05 | 60.67 | 0.79 | 0.78 |
| Hex | F2 | F3 | 9A | 0 | 0 | 25 | 5 | 3D | 4F | 4E |
| Octal | 362 | 363 | 232 | 0 | 0 | 45 | 5 | 75 | 117 | 116 |
| Binary | 11110010 | 11110011 | 10011010 | 0 | 0 | 100101 | 101 | 111101 | 1001111 | 1001110 |
Color Harmonies of #F2F39A
Complementary color
Monochromatic Colors of #F2F39A
Black with #F2F39A
Text Example
Text Example
White with #F2F39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F39A; }
p { color: rgb(242,243,154); }
H1.HeaderClassName
{
color: #F2F39A;
}
.AnyTagClassName
{
color: #F2F39A;
}
</style>
background-color css
<style>
a { background-color: #F2F39A; }
a { background-color: rgb(242,243,154); }
div.DivClassName
{
background-color: #F2F39A;
}
.BgClassName
{
background-color: #F2F39A;
}
</style>
border-color css
<style>
span { border-color: #F2F39A; }
span { border-color: rgb(242,243,154); }
td.TdClassName
{
border-color: #F2F39A;
}
.TagClassName
{
border-color: #F2F39A;
}
</style>