Shades of Portafino #F0F39D
Tints of Portafino #F0F39D
RGB
CMYK
RGB Variations
Color information
#F0F39D (or 0xF0F39D) is known color: Portafino. HEX triplet: F0, F3 and 9D. RGB value is (240,243,157). Sum of RGB (Red+Green+Blue) = 240+243+157=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 157 (61.72% from 255 or 24.53% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F39D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F39D is #0F0C62. Grayscale: #E8E8E8. Windows color (decimal): -986211 or 10351600. OLE color: 10351600.
HSL color Cylindrical-coordinate representation of color #F0F39D: hue angle of 62.09º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0F39D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 157 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.05 |
| HSL | 62.09º | 0.78% | 0.78% | - |
| HSV(B) | 62.09º | 0.35% | 0.95% | - |
| XYZ | 74.07 | 85.06 | 44.41 | - |
| YUV | 232.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 157 | 0.01 | 0 | 0.35 | 0.05 | 62.09 | 0.78 | 0.78 |
| Hex | F0 | F3 | 9D | 1 | 0 | 23 | 5 | 3E | 4E | 4E |
| Octal | 360 | 363 | 235 | 1 | 0 | 43 | 5 | 76 | 116 | 116 |
| Binary | 11110000 | 11110011 | 10011101 | 1 | 0 | 100011 | 101 | 111110 | 1001110 | 1001110 |
Color Harmonies of #F0F39D
Complementary color
Monochromatic Colors of #F0F39D
Black with #F0F39D
Text Example
Text Example
White with #F0F39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F39D; }
p { color: rgb(240,243,157); }
H1.HeaderClassName
{
color: #F0F39D;
}
.AnyTagClassName
{
color: #F0F39D;
}
</style>
background-color css
<style>
a { background-color: #F0F39D; }
a { background-color: rgb(240,243,157); }
div.DivClassName
{
background-color: #F0F39D;
}
.BgClassName
{
background-color: #F0F39D;
}
</style>
border-color css
<style>
span { border-color: #F0F39D; }
span { border-color: rgb(240,243,157); }
td.TdClassName
{
border-color: #F0F39D;
}
.TagClassName
{
border-color: #F0F39D;
}
</style>