Shades of Portafino #F4EF9E
Tints of Portafino #F4EF9E
RGB
CMYK
RGB Variations
Color information
#F4EF9E (or 0xF4EF9E) is known color: Portafino. HEX triplet: F4, EF and 9E. RGB value is (244,239,158). Sum of RGB (Red+Green+Blue) = 244+239+158=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 158 (62.11% from 255 or 24.65% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EF9E is #0B1061. Grayscale: #E7E7E7. Windows color (decimal): -725090 or 10416116. OLE color: 10416116.
HSL color Cylindrical-coordinate representation of color #F4EF9E: hue angle of 56.51º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4EF9E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 158 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.04 |
| HSL | 56.51º | 0.8% | 0.79% | - |
| HSV(B) | 56.51º | 0.35% | 0.96% | - |
| XYZ | 74.35 | 83.43 | 44.53 | - |
| YUV | 231.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 158 | 0 | 0.02 | 0.35 | 0.04 | 56.51 | 0.8 | 0.79 |
| Hex | F4 | EF | 9E | 0 | 2 | 23 | 4 | 39 | 50 | 4F |
| Octal | 364 | 357 | 236 | 0 | 2 | 43 | 4 | 71 | 120 | 117 |
| Binary | 11110100 | 11101111 | 10011110 | 0 | 10 | 100011 | 100 | 111001 | 1010000 | 1001111 |
Color Harmonies of #F4EF9E
Complementary color
Monochromatic Colors of #F4EF9E
Black with #F4EF9E
Text Example
Text Example
White with #F4EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EF9E; }
p { color: rgb(244,239,158); }
H1.HeaderClassName
{
color: #F4EF9E;
}
.AnyTagClassName
{
color: #F4EF9E;
}
</style>
background-color css
<style>
a { background-color: #F4EF9E; }
a { background-color: rgb(244,239,158); }
div.DivClassName
{
background-color: #F4EF9E;
}
.BgClassName
{
background-color: #F4EF9E;
}
</style>
border-color css
<style>
span { border-color: #F4EF9E; }
span { border-color: rgb(244,239,158); }
td.TdClassName
{
border-color: #F4EF9E;
}
.TagClassName
{
border-color: #F4EF9E;
}
</style>