Shades of Portafino #F1F09A
Tints of Portafino #F1F09A
RGB
CMYK
RGB Variations
Color information
#F1F09A (or 0xF1F09A) is known color: Portafino. HEX triplet: F1, F0 and 9A. RGB value is (241,240,154). Sum of RGB (Red+Green+Blue) = 241+240+154=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 154 (60.55% from 255 or 24.25% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F09A is #0E0F65. Grayscale: #E6E6E6. Windows color (decimal): -921446 or 10154225. OLE color: 10154225.
HSL color Cylindrical-coordinate representation of color #F1F09A: hue angle of 59.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1F09A is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 154 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.05 |
| HSL | 59.31º | 0.76% | 0.77% | - |
| HSV(B) | 59.31º | 0.36% | 0.95% | - |
| XYZ | 73.27 | 83.35 | 42.8 | - |
| YUV | 230.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 154 | 0 | 0.00 | 0.36 | 0.05 | 59.31 | 0.76 | 0.77 |
| Hex | F1 | F0 | 9A | 0 | 0 | 24 | 5 | 3B | 4C | 4D |
| Octal | 361 | 360 | 232 | 0 | 0 | 44 | 5 | 73 | 114 | 115 |
| Binary | 11110001 | 11110000 | 10011010 | 0 | 0 | 100100 | 101 | 111011 | 1001100 | 1001101 |
Color Harmonies of #F1F09A
Complementary color
Monochromatic Colors of #F1F09A
Black with #F1F09A
Text Example
Text Example
White with #F1F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F09A; }
p { color: rgb(241,240,154); }
H1.HeaderClassName
{
color: #F1F09A;
}
.AnyTagClassName
{
color: #F1F09A;
}
</style>
background-color css
<style>
a { background-color: #F1F09A; }
a { background-color: rgb(241,240,154); }
div.DivClassName
{
background-color: #F1F09A;
}
.BgClassName
{
background-color: #F1F09A;
}
</style>
border-color css
<style>
span { border-color: #F1F09A; }
span { border-color: rgb(241,240,154); }
td.TdClassName
{
border-color: #F1F09A;
}
.TagClassName
{
border-color: #F1F09A;
}
</style>