Shades of Portafino #F2F29D
Tints of Portafino #F2F29D
RGB
CMYK
RGB Variations
Color information
#F2F29D (or 0xF2F29D) is known color: Portafino. HEX triplet: F2, F2 and 9D. RGB value is (242,242,157). Sum of RGB (Red+Green+Blue) = 242+242+157=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 157 (61.72% from 255 or 24.49% from 641); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F29D is #0D0D62. Grayscale: #E8E8E8. Windows color (decimal): -855395 or 10351346. OLE color: 10351346.
HSL color Cylindrical-coordinate representation of color #F2F29D: hue angle of 60º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2F29D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 157 | - |
| CMYK | 0 | 0 | 0.35 | 0.05 |
| HSL | 60º | 0.77% | 0.78% | - |
| HSV(B) | 60º | 0.35% | 0.95% | - |
| XYZ | 74.46 | 84.82 | 44.35 | - |
| YUV | 232.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 157 | 0 | 0 | 0.35 | 0.05 | 60 | 0.77 | 0.78 |
| Hex | F2 | F2 | 9D | 0 | 0 | 23 | 5 | 3C | 4D | 4E |
| Octal | 362 | 362 | 235 | 0 | 0 | 43 | 5 | 74 | 115 | 116 |
| Binary | 11110010 | 11110010 | 10011101 | 0 | 0 | 100011 | 101 | 111100 | 1001101 | 1001110 |
Color Harmonies of #F2F29D
Complementary color
Monochromatic Colors of #F2F29D
Black with #F2F29D
Text Example
Text Example
White with #F2F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F29D; }
p { color: rgb(242,242,157); }
H1.HeaderClassName
{
color: #F2F29D;
}
.AnyTagClassName
{
color: #F2F29D;
}
</style>
background-color css
<style>
a { background-color: #F2F29D; }
a { background-color: rgb(242,242,157); }
div.DivClassName
{
background-color: #F2F29D;
}
.BgClassName
{
background-color: #F2F29D;
}
</style>
border-color css
<style>
span { border-color: #F2F29D; }
span { border-color: rgb(242,242,157); }
td.TdClassName
{
border-color: #F2F29D;
}
.TagClassName
{
border-color: #F2F29D;
}
</style>