Shades of Portafino #F1ED9E
Tints of Portafino #F1ED9E
RGB
CMYK
RGB Variations
Color information
#F1ED9E (or 0xF1ED9E) is known color: Portafino. HEX triplet: F1, ED and 9E. RGB value is (241,237,158). Sum of RGB (Red+Green+Blue) = 241+237+158=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED9E is #0E1261. Grayscale: #E5E5E5. Windows color (decimal): -922210 or 10415601. OLE color: 10415601.
HSL color Cylindrical-coordinate representation of color #F1ED9E: hue angle of 57.11º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1ED9E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 158 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 57.11º | 0.75% | 0.78% | - |
| HSV(B) | 57.11º | 0.34% | 0.95% | - |
| XYZ | 72.73 | 81.74 | 44.29 | - |
| YUV | 229.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 158 | 0 | 0.02 | 0.34 | 0.05 | 57.11 | 0.75 | 0.78 |
| Hex | F1 | ED | 9E | 0 | 2 | 22 | 5 | 39 | 4B | 4E |
| Octal | 361 | 355 | 236 | 0 | 2 | 42 | 5 | 71 | 113 | 116 |
| Binary | 11110001 | 11101101 | 10011110 | 0 | 10 | 100010 | 101 | 111001 | 1001011 | 1001110 |
Color Harmonies of #F1ED9E
Complementary color
Monochromatic Colors of #F1ED9E
Black with #F1ED9E
Text Example
Text Example
White with #F1ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED9E; }
p { color: rgb(241,237,158); }
H1.HeaderClassName
{
color: #F1ED9E;
}
.AnyTagClassName
{
color: #F1ED9E;
}
</style>
background-color css
<style>
a { background-color: #F1ED9E; }
a { background-color: rgb(241,237,158); }
div.DivClassName
{
background-color: #F1ED9E;
}
.BgClassName
{
background-color: #F1ED9E;
}
</style>
border-color css
<style>
span { border-color: #F1ED9E; }
span { border-color: rgb(241,237,158); }
td.TdClassName
{
border-color: #F1ED9E;
}
.TagClassName
{
border-color: #F1ED9E;
}
</style>