Shades of Portafino #F3EF95
Tints of Portafino #F3EF95
RGB
CMYK
RGB Variations
Color information
#F3EF95 (or 0xF3EF95) is known color: Portafino. HEX triplet: F3, EF and 95. RGB value is (243,239,149). Sum of RGB (Red+Green+Blue) = 243+239+149=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EF95 is #0C106A. Grayscale: #E6E6E6. Windows color (decimal): -790635 or 9826291. OLE color: 9826291.
HSL color Cylindrical-coordinate representation of color #F3EF95: hue angle of 57.45º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3EF95 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 149 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.05 |
| HSL | 57.45º | 0.8% | 0.77% | - |
| HSV(B) | 57.45º | 0.39% | 0.95% | - |
| XYZ | 73.25 | 82.96 | 40.59 | - |
| YUV | 229.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 149 | 0 | 0.02 | 0.39 | 0.05 | 57.45 | 0.8 | 0.77 |
| Hex | F3 | EF | 95 | 0 | 2 | 27 | 5 | 39 | 50 | 4D |
| Octal | 363 | 357 | 225 | 0 | 2 | 47 | 5 | 71 | 120 | 115 |
| Binary | 11110011 | 11101111 | 10010101 | 0 | 10 | 100111 | 101 | 111001 | 1010000 | 1001101 |
Color Harmonies of #F3EF95
Complementary color
Monochromatic Colors of #F3EF95
Black with #F3EF95
Text Example
Text Example
White with #F3EF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EF95; }
p { color: rgb(243,239,149); }
H1.HeaderClassName
{
color: #F3EF95;
}
.AnyTagClassName
{
color: #F3EF95;
}
</style>
background-color css
<style>
a { background-color: #F3EF95; }
a { background-color: rgb(243,239,149); }
div.DivClassName
{
background-color: #F3EF95;
}
.BgClassName
{
background-color: #F3EF95;
}
</style>
border-color css
<style>
span { border-color: #F3EF95; }
span { border-color: rgb(243,239,149); }
td.TdClassName
{
border-color: #F3EF95;
}
.TagClassName
{
border-color: #F3EF95;
}
</style>