Shades of Portafino #F4F096
Tints of Portafino #F4F096
RGB
CMYK
RGB Variations
Color information
#F4F096 (or 0xF4F096) is known color: Portafino. HEX triplet: F4, F0 and 96. RGB value is (244,240,150). Sum of RGB (Red+Green+Blue) = 244+240+150=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F096 is #0B0F69. Grayscale: #E7E7E7. Windows color (decimal): -724842 or 9892084. OLE color: 9892084.
HSL color Cylindrical-coordinate representation of color #F4F096: hue angle of 57.45º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4F096 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 150 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.04 |
| HSL | 57.45º | 0.81% | 0.77% | - |
| HSV(B) | 57.45º | 0.39% | 0.96% | - |
| XYZ | 73.97 | 83.76 | 41.12 | - |
| YUV | 230.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 150 | 0 | 0.02 | 0.39 | 0.04 | 57.45 | 0.81 | 0.77 |
| Hex | F4 | F0 | 96 | 0 | 2 | 27 | 4 | 39 | 51 | 4D |
| Octal | 364 | 360 | 226 | 0 | 2 | 47 | 4 | 71 | 121 | 115 |
| Binary | 11110100 | 11110000 | 10010110 | 0 | 10 | 100111 | 100 | 111001 | 1010001 | 1001101 |
Color Harmonies of #F4F096
Complementary color
Monochromatic Colors of #F4F096
Black with #F4F096
Text Example
Text Example
White with #F4F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F096; }
p { color: rgb(244,240,150); }
H1.HeaderClassName
{
color: #F4F096;
}
.AnyTagClassName
{
color: #F4F096;
}
</style>
background-color css
<style>
a { background-color: #F4F096; }
a { background-color: rgb(244,240,150); }
div.DivClassName
{
background-color: #F4F096;
}
.BgClassName
{
background-color: #F4F096;
}
</style>
border-color css
<style>
span { border-color: #F4F096; }
span { border-color: rgb(244,240,150); }
td.TdClassName
{
border-color: #F4F096;
}
.TagClassName
{
border-color: #F4F096;
}
</style>