Shades of Portafino #F4F097
Tints of Portafino #F4F097
RGB
CMYK
RGB Variations
Color information
#F4F097 (or 0xF4F097) is known color: Portafino. HEX triplet: F4, F0 and 97. RGB value is (244,240,151). Sum of RGB (Red+Green+Blue) = 244+240+151=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F097 is #0B0F68. Grayscale: #E7E7E7. Windows color (decimal): -724841 or 9957620. OLE color: 9957620.
HSL color Cylindrical-coordinate representation of color #F4F097: hue angle of 57.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4F097 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 151 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.04 |
| HSL | 57.42º | 0.81% | 0.77% | - |
| HSV(B) | 57.42º | 0.38% | 0.96% | - |
| XYZ | 74.05 | 83.79 | 41.55 | - |
| YUV | 231.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 151 | 0 | 0.02 | 0.38 | 0.04 | 57.42 | 0.81 | 0.77 |
| Hex | F4 | F0 | 97 | 0 | 2 | 26 | 4 | 39 | 51 | 4D |
| Octal | 364 | 360 | 227 | 0 | 2 | 46 | 4 | 71 | 121 | 115 |
| Binary | 11110100 | 11110000 | 10010111 | 0 | 10 | 100110 | 100 | 111001 | 1010001 | 1001101 |
Color Harmonies of #F4F097
Complementary color
Monochromatic Colors of #F4F097
Black with #F4F097
Text Example
Text Example
White with #F4F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F097; }
p { color: rgb(244,240,151); }
H1.HeaderClassName
{
color: #F4F097;
}
.AnyTagClassName
{
color: #F4F097;
}
</style>
background-color css
<style>
a { background-color: #F4F097; }
a { background-color: rgb(244,240,151); }
div.DivClassName
{
background-color: #F4F097;
}
.BgClassName
{
background-color: #F4F097;
}
</style>
border-color css
<style>
span { border-color: #F4F097; }
span { border-color: rgb(244,240,151); }
td.TdClassName
{
border-color: #F4F097;
}
.TagClassName
{
border-color: #F4F097;
}
</style>