Shades of Portafino #F1EF96
Tints of Portafino #F1EF96
RGB
CMYK
RGB Variations
Color information
#F1EF96 (or 0xF1EF96) is known color: Portafino. HEX triplet: F1, EF and 96. RGB value is (241,239,150). Sum of RGB (Red+Green+Blue) = 241+239+150=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EF96 is #0E1069. Grayscale: #E5E5E5. Windows color (decimal): -921706 or 9891825. OLE color: 9891825.
HSL color Cylindrical-coordinate representation of color #F1EF96: hue angle of 58.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1EF96 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 150 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.05 |
| HSL | 58.68º | 0.76% | 0.77% | - |
| HSV(B) | 58.68º | 0.38% | 0.95% | - |
| XYZ | 72.65 | 82.64 | 40.98 | - |
| YUV | 229.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 150 | 0 | 0.01 | 0.38 | 0.05 | 58.68 | 0.76 | 0.77 |
| Hex | F1 | EF | 96 | 0 | 1 | 26 | 5 | 3B | 4C | 4D |
| Octal | 361 | 357 | 226 | 0 | 1 | 46 | 5 | 73 | 114 | 115 |
| Binary | 11110001 | 11101111 | 10010110 | 0 | 1 | 100110 | 101 | 111011 | 1001100 | 1001101 |
Color Harmonies of #F1EF96
Complementary color
Monochromatic Colors of #F1EF96
Black with #F1EF96
Text Example
Text Example
White with #F1EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF96; }
p { color: rgb(241,239,150); }
H1.HeaderClassName
{
color: #F1EF96;
}
.AnyTagClassName
{
color: #F1EF96;
}
</style>
background-color css
<style>
a { background-color: #F1EF96; }
a { background-color: rgb(241,239,150); }
div.DivClassName
{
background-color: #F1EF96;
}
.BgClassName
{
background-color: #F1EF96;
}
</style>
border-color css
<style>
span { border-color: #F1EF96; }
span { border-color: rgb(241,239,150); }
td.TdClassName
{
border-color: #F1EF96;
}
.TagClassName
{
border-color: #F1EF96;
}
</style>