Shades of Portafino #F6EDA1
Tints of Portafino #F6EDA1
RGB
CMYK
RGB Variations
Color information
#F6EDA1 (or 0xF6EDA1) is known color: Portafino. HEX triplet: F6, ED and A1. RGB value is (246,237,161). Sum of RGB (Red+Green+Blue) = 246+237+161=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EDA1 is #09125E. Grayscale: #E7E7E7. Windows color (decimal): -594527 or 10612214. OLE color: 10612214.
HSL color Cylindrical-coordinate representation of color #F6EDA1: hue angle of 53.65º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6EDA1 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 161 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.04 |
| HSL | 53.65º | 0.83% | 0.8% | - |
| HSV(B) | 53.65º | 0.35% | 0.96% | - |
| XYZ | 74.72 | 82.73 | 45.75 | - |
| YUV | 231.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 161 | 0 | 0.04 | 0.35 | 0.04 | 53.65 | 0.83 | 0.8 |
| Hex | F6 | ED | A1 | 0 | 4 | 23 | 4 | 36 | 53 | 50 |
| Octal | 366 | 355 | 241 | 0 | 4 | 43 | 4 | 66 | 123 | 120 |
| Binary | 11110110 | 11101101 | 10100001 | 0 | 100 | 100011 | 100 | 110110 | 1010011 | 1010000 |
Color Harmonies of #F6EDA1
Complementary color
Monochromatic Colors of #F6EDA1
Black with #F6EDA1
Text Example
Text Example
White with #F6EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDA1; }
p { color: rgb(246,237,161); }
H1.HeaderClassName
{
color: #F6EDA1;
}
.AnyTagClassName
{
color: #F6EDA1;
}
</style>
background-color css
<style>
a { background-color: #F6EDA1; }
a { background-color: rgb(246,237,161); }
div.DivClassName
{
background-color: #F6EDA1;
}
.BgClassName
{
background-color: #F6EDA1;
}
</style>
border-color css
<style>
span { border-color: #F6EDA1; }
span { border-color: rgb(246,237,161); }
td.TdClassName
{
border-color: #F6EDA1;
}
.TagClassName
{
border-color: #F6EDA1;
}
</style>