Shades of Portafino #F3EC9A
Tints of Portafino #F3EC9A
RGB
CMYK
RGB Variations
Color information
#F3EC9A (or 0xF3EC9A) is known color: Portafino. HEX triplet: F3, EC and 9A. RGB value is (243,236,154). Sum of RGB (Red+Green+Blue) = 243+236+154=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EC9A is #0C1365. Grayscale: #E5E5E5. Windows color (decimal): -791398 or 10153203. OLE color: 10153203.
HSL color Cylindrical-coordinate representation of color #F3EC9A: hue angle of 55.28º 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 #F3EC9A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 154 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 55.28º | 0.79% | 0.78% | - |
| HSV(B) | 55.28º | 0.37% | 0.95% | - |
| XYZ | 72.79 | 81.38 | 42.44 | - |
| YUV | 228.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 154 | 0 | 0.03 | 0.37 | 0.05 | 55.28 | 0.79 | 0.78 |
| Hex | F3 | EC | 9A | 0 | 3 | 25 | 5 | 37 | 4F | 4E |
| Octal | 363 | 354 | 232 | 0 | 3 | 45 | 5 | 67 | 117 | 116 |
| Binary | 11110011 | 11101100 | 10011010 | 0 | 11 | 100101 | 101 | 110111 | 1001111 | 1001110 |
Color Harmonies of #F3EC9A
Complementary color
Monochromatic Colors of #F3EC9A
Black with #F3EC9A
Text Example
Text Example
White with #F3EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC9A; }
p { color: rgb(243,236,154); }
H1.HeaderClassName
{
color: #F3EC9A;
}
.AnyTagClassName
{
color: #F3EC9A;
}
</style>
background-color css
<style>
a { background-color: #F3EC9A; }
a { background-color: rgb(243,236,154); }
div.DivClassName
{
background-color: #F3EC9A;
}
.BgClassName
{
background-color: #F3EC9A;
}
</style>
border-color css
<style>
span { border-color: #F3EC9A; }
span { border-color: rgb(243,236,154); }
td.TdClassName
{
border-color: #F3EC9A;
}
.TagClassName
{
border-color: #F3EC9A;
}
</style>