Shades of Portafino #F4EBA2
Tints of Portafino #F4EBA2
RGB
CMYK
RGB Variations
Color information
#F4EBA2 (or 0xF4EBA2) is known color: Portafino. HEX triplet: F4, EB and A2. RGB value is (244,235,162). Sum of RGB (Red+Green+Blue) = 244+235+162=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EBA2 is #0B145D. Grayscale: #E5E5E5. Windows color (decimal): -726110 or 10677236. OLE color: 10677236.
HSL color Cylindrical-coordinate representation of color #F4EBA2: hue angle of 53.41º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4EBA2 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 235 | 162 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.04 |
| HSL | 53.41º | 0.79% | 0.8% | - |
| HSV(B) | 53.41º | 0.34% | 0.96% | - |
| XYZ | 73.54 | 81.26 | 45.99 | - |
| YUV | 229.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 235 | 162 | 0 | 0.04 | 0.34 | 0.04 | 53.41 | 0.79 | 0.8 |
| Hex | F4 | EB | A2 | 0 | 4 | 22 | 4 | 35 | 4F | 50 |
| Octal | 364 | 353 | 242 | 0 | 4 | 42 | 4 | 65 | 117 | 120 |
| Binary | 11110100 | 11101011 | 10100010 | 0 | 100 | 100010 | 100 | 110101 | 1001111 | 1010000 |
Color Harmonies of #F4EBA2
Complementary color
Monochromatic Colors of #F4EBA2
Black with #F4EBA2
Text Example
Text Example
White with #F4EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EBA2; }
p { color: rgb(244,235,162); }
H1.HeaderClassName
{
color: #F4EBA2;
}
.AnyTagClassName
{
color: #F4EBA2;
}
</style>
background-color css
<style>
a { background-color: #F4EBA2; }
a { background-color: rgb(244,235,162); }
div.DivClassName
{
background-color: #F4EBA2;
}
.BgClassName
{
background-color: #F4EBA2;
}
</style>
border-color css
<style>
span { border-color: #F4EBA2; }
span { border-color: rgb(244,235,162); }
td.TdClassName
{
border-color: #F4EBA2;
}
.TagClassName
{
border-color: #F4EBA2;
}
</style>