Shades of Portafino #F7F096
Tints of Portafino #F7F096
RGB
CMYK
RGB Variations
Color information
#F7F096 (or 0xF7F096) is known color: Portafino. HEX triplet: F7, F0 and 96. RGB value is (247,240,150). Sum of RGB (Red+Green+Blue) = 247+240+150=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F096 is #080F69. Grayscale: #E8E8E8. Windows color (decimal): -528234 or 9892087. OLE color: 9892087.
HSL color Cylindrical-coordinate representation of color #F7F096: hue angle of 55.67º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7F096 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 150 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.03 |
| HSL | 55.67º | 0.86% | 0.78% | - |
| HSV(B) | 55.67º | 0.39% | 0.97% | - |
| XYZ | 75.02 | 84.3 | 41.17 | - |
| YUV | 231.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 150 | 0 | 0.03 | 0.39 | 0.03 | 55.67 | 0.86 | 0.78 |
| Hex | F7 | F0 | 96 | 0 | 3 | 27 | 3 | 38 | 56 | 4E |
| Octal | 367 | 360 | 226 | 0 | 3 | 47 | 3 | 70 | 126 | 116 |
| Binary | 11110111 | 11110000 | 10010110 | 0 | 11 | 100111 | 11 | 111000 | 1010110 | 1001110 |
Color Harmonies of #F7F096
Complementary color
Monochromatic Colors of #F7F096
Black with #F7F096
Text Example
Text Example
White with #F7F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F096; }
p { color: rgb(247,240,150); }
H1.HeaderClassName
{
color: #F7F096;
}
.AnyTagClassName
{
color: #F7F096;
}
</style>
background-color css
<style>
a { background-color: #F7F096; }
a { background-color: rgb(247,240,150); }
div.DivClassName
{
background-color: #F7F096;
}
.BgClassName
{
background-color: #F7F096;
}
</style>
border-color css
<style>
span { border-color: #F7F096; }
span { border-color: rgb(247,240,150); }
td.TdClassName
{
border-color: #F7F096;
}
.TagClassName
{
border-color: #F7F096;
}
</style>