Shades of Portafino #F3F29D
Tints of Portafino #F3F29D
RGB
CMYK
RGB Variations
Color information
#F3F29D (or 0xF3F29D) is known color: Portafino. HEX triplet: F3, F2 and 9D. RGB value is (243,242,157). Sum of RGB (Red+Green+Blue) = 243+242+157=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F29D is #0C0D62. Grayscale: #E8E8E8. Windows color (decimal): -789859 or 10351347. OLE color: 10351347.
HSL color Cylindrical-coordinate representation of color #F3F29D: hue angle of 59.3º degrees, saturation: 0.78, 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 #F3F29D is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 157 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.05 |
| HSL | 59.3º | 0.78% | 0.78% | - |
| HSV(B) | 59.3º | 0.35% | 0.95% | - |
| XYZ | 74.8 | 84.99 | 44.36 | - |
| YUV | 232.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 157 | 0 | 0.00 | 0.35 | 0.05 | 59.3 | 0.78 | 0.78 |
| Hex | F3 | F2 | 9D | 0 | 0 | 23 | 5 | 3B | 4E | 4E |
| Octal | 363 | 362 | 235 | 0 | 0 | 43 | 5 | 73 | 116 | 116 |
| Binary | 11110011 | 11110010 | 10011101 | 0 | 0 | 100011 | 101 | 111011 | 1001110 | 1001110 |
Color Harmonies of #F3F29D
Complementary color
Monochromatic Colors of #F3F29D
Black with #F3F29D
Text Example
Text Example
White with #F3F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F29D; }
p { color: rgb(243,242,157); }
H1.HeaderClassName
{
color: #F3F29D;
}
.AnyTagClassName
{
color: #F3F29D;
}
</style>
background-color css
<style>
a { background-color: #F3F29D; }
a { background-color: rgb(243,242,157); }
div.DivClassName
{
background-color: #F3F29D;
}
.BgClassName
{
background-color: #F3F29D;
}
</style>
border-color css
<style>
span { border-color: #F3F29D; }
span { border-color: rgb(243,242,157); }
td.TdClassName
{
border-color: #F3F29D;
}
.TagClassName
{
border-color: #F3F29D;
}
</style>