Shades of Portafino #F3F39C
Tints of Portafino #F3F39C
RGB
CMYK
RGB Variations
Color information
#F3F39C (or 0xF3F39C) is known color: Portafino. HEX triplet: F3, F3 and 9C. RGB value is (243,243,156). Sum of RGB (Red+Green+Blue) = 243+243+156=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 156 (61.33% from 255 or 24.30% from 642); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F39C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F39C is #0C0C63. Grayscale: #E9E9E9. Windows color (decimal): -789604 or 10286067. OLE color: 10286067.
HSL color Cylindrical-coordinate representation of color #F3F39C: hue angle of 60º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3F39C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 156 | - |
| CMYK | 0 | 0 | 0.36 | 0.05 |
| HSL | 60º | 0.78% | 0.78% | - |
| HSV(B) | 60º | 0.36% | 0.95% | - |
| XYZ | 75.01 | 85.56 | 44.01 | - |
| YUV | 233.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 156 | 0 | 0 | 0.36 | 0.05 | 60 | 0.78 | 0.78 |
| Hex | F3 | F3 | 9C | 0 | 0 | 24 | 5 | 3C | 4E | 4E |
| Octal | 363 | 363 | 234 | 0 | 0 | 44 | 5 | 74 | 116 | 116 |
| Binary | 11110011 | 11110011 | 10011100 | 0 | 0 | 100100 | 101 | 111100 | 1001110 | 1001110 |
Color Harmonies of #F3F39C
Complementary color
Monochromatic Colors of #F3F39C
Black with #F3F39C
Text Example
Text Example
White with #F3F39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F39C; }
p { color: rgb(243,243,156); }
H1.HeaderClassName
{
color: #F3F39C;
}
.AnyTagClassName
{
color: #F3F39C;
}
</style>
background-color css
<style>
a { background-color: #F3F39C; }
a { background-color: rgb(243,243,156); }
div.DivClassName
{
background-color: #F3F39C;
}
.BgClassName
{
background-color: #F3F39C;
}
</style>
border-color css
<style>
span { border-color: #F3F39C; }
span { border-color: rgb(243,243,156); }
td.TdClassName
{
border-color: #F3F39C;
}
.TagClassName
{
border-color: #F3F39C;
}
</style>