Shades of Portafino #F4F09C
Tints of Portafino #F4F09C
RGB
CMYK
RGB Variations
Color information
#F4F09C (or 0xF4F09C) is known color: Portafino. HEX triplet: F4, F0 and 9C. RGB value is (244,240,156). Sum of RGB (Red+Green+Blue) = 244+240+156=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 156 (61.33% from 255 or 24.38% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F09C is #0B0F63. Grayscale: #E7E7E7. Windows color (decimal): -724836 or 10285300. OLE color: 10285300.
HSL color Cylindrical-coordinate representation of color #F4F09C: hue angle of 57.27º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4F09C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 156 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.04 |
| HSL | 57.27º | 0.8% | 0.78% | - |
| HSV(B) | 57.27º | 0.36% | 0.96% | - |
| XYZ | 74.47 | 83.95 | 43.73 | - |
| YUV | 231.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 156 | 0 | 0.02 | 0.36 | 0.04 | 57.27 | 0.8 | 0.78 |
| Hex | F4 | F0 | 9C | 0 | 2 | 24 | 4 | 39 | 50 | 4E |
| Octal | 364 | 360 | 234 | 0 | 2 | 44 | 4 | 71 | 120 | 116 |
| Binary | 11110100 | 11110000 | 10011100 | 0 | 10 | 100100 | 100 | 111001 | 1010000 | 1001110 |
Color Harmonies of #F4F09C
Complementary color
Monochromatic Colors of #F4F09C
Black with #F4F09C
Text Example
Text Example
White with #F4F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F09C; }
p { color: rgb(244,240,156); }
H1.HeaderClassName
{
color: #F4F09C;
}
.AnyTagClassName
{
color: #F4F09C;
}
</style>
background-color css
<style>
a { background-color: #F4F09C; }
a { background-color: rgb(244,240,156); }
div.DivClassName
{
background-color: #F4F09C;
}
.BgClassName
{
background-color: #F4F09C;
}
</style>
border-color css
<style>
span { border-color: #F4F09C; }
span { border-color: rgb(244,240,156); }
td.TdClassName
{
border-color: #F4F09C;
}
.TagClassName
{
border-color: #F4F09C;
}
</style>