Shades of Portafino #F3EC9B
Tints of Portafino #F3EC9B
RGB
CMYK
RGB Variations
Color information
#F3EC9B (or 0xF3EC9B) is known color: Portafino. HEX triplet: F3, EC and 9B. RGB value is (243,236,155). Sum of RGB (Red+Green+Blue) = 243+236+155=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 155 (60.94% from 255 or 24.45% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EC9B is #0C1364. Grayscale: #E5E5E5. Windows color (decimal): -791397 or 10218739. OLE color: 10218739.
HSL color Cylindrical-coordinate representation of color #F3EC9B: hue angle of 55.23º degrees, saturation: 0.79, 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 #F3EC9B is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 155 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.05 |
| HSL | 55.23º | 0.79% | 0.78% | - |
| HSV(B) | 55.23º | 0.36% | 0.95% | - |
| XYZ | 72.87 | 81.41 | 42.88 | - |
| YUV | 228.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 155 | 0 | 0.03 | 0.36 | 0.05 | 55.23 | 0.79 | 0.78 |
| Hex | F3 | EC | 9B | 0 | 3 | 24 | 5 | 37 | 4F | 4E |
| Octal | 363 | 354 | 233 | 0 | 3 | 44 | 5 | 67 | 117 | 116 |
| Binary | 11110011 | 11101100 | 10011011 | 0 | 11 | 100100 | 101 | 110111 | 1001111 | 1001110 |
Color Harmonies of #F3EC9B
Complementary color
Monochromatic Colors of #F3EC9B
Black with #F3EC9B
Text Example
Text Example
White with #F3EC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC9B; }
p { color: rgb(243,236,155); }
H1.HeaderClassName
{
color: #F3EC9B;
}
.AnyTagClassName
{
color: #F3EC9B;
}
</style>
background-color css
<style>
a { background-color: #F3EC9B; }
a { background-color: rgb(243,236,155); }
div.DivClassName
{
background-color: #F3EC9B;
}
.BgClassName
{
background-color: #F3EC9B;
}
</style>
border-color css
<style>
span { border-color: #F3EC9B; }
span { border-color: rgb(243,236,155); }
td.TdClassName
{
border-color: #F3EC9B;
}
.TagClassName
{
border-color: #F3EC9B;
}
</style>