Shades of Portafino #F0F49D
Tints of Portafino #F0F49D
RGB
CMYK
RGB Variations
Color information
#F0F49D (or 0xF0F49D) is known color: Portafino. HEX triplet: F0, F4 and 9D. RGB value is (240,244,157). Sum of RGB (Red+Green+Blue) = 240+244+157=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 157 (61.72% from 255 or 24.49% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F49D is #0F0B62. Grayscale: #E9E9E9. Windows color (decimal): -985955 or 10351856. OLE color: 10351856.
HSL color Cylindrical-coordinate representation of color #F0F49D: hue angle of 62.76º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0F49D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 157 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.04 |
| HSL | 62.76º | 0.8% | 0.79% | - |
| HSV(B) | 62.76º | 0.36% | 0.96% | - |
| XYZ | 74.37 | 85.66 | 44.51 | - |
| YUV | 232.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 157 | 0.02 | 0 | 0.36 | 0.04 | 62.76 | 0.8 | 0.79 |
| Hex | F0 | F4 | 9D | 2 | 0 | 24 | 4 | 3F | 50 | 4F |
| Octal | 360 | 364 | 235 | 2 | 0 | 44 | 4 | 77 | 120 | 117 |
| Binary | 11110000 | 11110100 | 10011101 | 10 | 0 | 100100 | 100 | 111111 | 1010000 | 1001111 |
Color Harmonies of #F0F49D
Complementary color
Monochromatic Colors of #F0F49D
Black with #F0F49D
Text Example
Text Example
White with #F0F49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F49D; }
p { color: rgb(240,244,157); }
H1.HeaderClassName
{
color: #F0F49D;
}
.AnyTagClassName
{
color: #F0F49D;
}
</style>
background-color css
<style>
a { background-color: #F0F49D; }
a { background-color: rgb(240,244,157); }
div.DivClassName
{
background-color: #F0F49D;
}
.BgClassName
{
background-color: #F0F49D;
}
</style>
border-color css
<style>
span { border-color: #F0F49D; }
span { border-color: rgb(240,244,157); }
td.TdClassName
{
border-color: #F0F49D;
}
.TagClassName
{
border-color: #F0F49D;
}
</style>