Shades of Portafino #F8EF9D
Tints of Portafino #F8EF9D
RGB
CMYK
RGB Variations
Color information
#F8EF9D (or 0xF8EF9D) is known color: Portafino. HEX triplet: F8, EF and 9D. RGB value is (248,239,157). Sum of RGB (Red+Green+Blue) = 248+239+157=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 157 (61.72% from 255 or 24.38% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EF9D is #071062. Grayscale: #E8E8E8. Windows color (decimal): -462947 or 10350584. OLE color: 10350584.
HSL color Cylindrical-coordinate representation of color #F8EF9D: hue angle of 54.07º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8EF9D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 157 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.03 |
| HSL | 54.07º | 0.87% | 0.79% | - |
| HSV(B) | 54.07º | 0.37% | 0.97% | - |
| XYZ | 75.66 | 84.12 | 44.15 | - |
| YUV | 232.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 157 | 0 | 0.04 | 0.37 | 0.03 | 54.07 | 0.87 | 0.79 |
| Hex | F8 | EF | 9D | 0 | 4 | 25 | 3 | 36 | 57 | 4F |
| Octal | 370 | 357 | 235 | 0 | 4 | 45 | 3 | 66 | 127 | 117 |
| Binary | 11111000 | 11101111 | 10011101 | 0 | 100 | 100101 | 11 | 110110 | 1010111 | 1001111 |
Color Harmonies of #F8EF9D
Complementary color
Monochromatic Colors of #F8EF9D
Black with #F8EF9D
Text Example
Text Example
White with #F8EF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF9D; }
p { color: rgb(248,239,157); }
H1.HeaderClassName
{
color: #F8EF9D;
}
.AnyTagClassName
{
color: #F8EF9D;
}
</style>
background-color css
<style>
a { background-color: #F8EF9D; }
a { background-color: rgb(248,239,157); }
div.DivClassName
{
background-color: #F8EF9D;
}
.BgClassName
{
background-color: #F8EF9D;
}
</style>
border-color css
<style>
span { border-color: #F8EF9D; }
span { border-color: rgb(248,239,157); }
td.TdClassName
{
border-color: #F8EF9D;
}
.TagClassName
{
border-color: #F8EF9D;
}
</style>