Shades of Portafino #F4F099
Tints of Portafino #F4F099
RGB
CMYK
RGB Variations
Color information
#F4F099 (or 0xF4F099) is known color: Portafino. HEX triplet: F4, F0 and 99. RGB value is (244,240,153). Sum of RGB (Red+Green+Blue) = 244+240+153=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 153 (60.16% from 255 or 24.02% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F099 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F099 is #0B0F66. Grayscale: #E7E7E7. Windows color (decimal): -724839 or 10088692. OLE color: 10088692.
HSL color Cylindrical-coordinate representation of color #F4F099: hue angle of 57.36º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4F099 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 153 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.04 |
| HSL | 57.36º | 0.81% | 0.78% | - |
| HSV(B) | 57.36º | 0.37% | 0.96% | - |
| XYZ | 74.22 | 83.85 | 42.41 | - |
| YUV | 231.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 153 | 0 | 0.02 | 0.37 | 0.04 | 57.36 | 0.81 | 0.78 |
| Hex | F4 | F0 | 99 | 0 | 2 | 25 | 4 | 39 | 51 | 4E |
| Octal | 364 | 360 | 231 | 0 | 2 | 45 | 4 | 71 | 121 | 116 |
| Binary | 11110100 | 11110000 | 10011001 | 0 | 10 | 100101 | 100 | 111001 | 1010001 | 1001110 |
Color Harmonies of #F4F099
Complementary color
Monochromatic Colors of #F4F099
Black with #F4F099
Text Example
Text Example
White with #F4F099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F099; }
p { color: rgb(244,240,153); }
H1.HeaderClassName
{
color: #F4F099;
}
.AnyTagClassName
{
color: #F4F099;
}
</style>
background-color css
<style>
a { background-color: #F4F099; }
a { background-color: rgb(244,240,153); }
div.DivClassName
{
background-color: #F4F099;
}
.BgClassName
{
background-color: #F4F099;
}
</style>
border-color css
<style>
span { border-color: #F4F099; }
span { border-color: rgb(244,240,153); }
td.TdClassName
{
border-color: #F4F099;
}
.TagClassName
{
border-color: #F4F099;
}
</style>