Shades of Portafino #F0ED95
Tints of Portafino #F0ED95
RGB
CMYK
RGB Variations
Color information
#F0ED95 (or 0xF0ED95) is known color: Portafino. HEX triplet: F0, ED and 95. RGB value is (240,237,149). Sum of RGB (Red+Green+Blue) = 240+237+149=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 149 (58.59% from 255 or 23.80% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED95 is #0F126A. Grayscale: #E4E4E4. Windows color (decimal): -987755 or 9825776. OLE color: 9825776.
HSL color Cylindrical-coordinate representation of color #F0ED95: hue angle of 58.02º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0ED95 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 149 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.06 |
| HSL | 58.02º | 0.75% | 0.76% | - |
| HSV(B) | 58.02º | 0.38% | 0.94% | - |
| XYZ | 71.64 | 81.26 | 40.34 | - |
| YUV | 227.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 149 | 0 | 0.01 | 0.38 | 0.06 | 58.02 | 0.75 | 0.76 |
| Hex | F0 | ED | 95 | 0 | 1 | 26 | 6 | 3A | 4B | 4C |
| Octal | 360 | 355 | 225 | 0 | 1 | 46 | 6 | 72 | 113 | 114 |
| Binary | 11110000 | 11101101 | 10010101 | 0 | 1 | 100110 | 110 | 111010 | 1001011 | 1001100 |
Color Harmonies of #F0ED95
Complementary color
Monochromatic Colors of #F0ED95
Black with #F0ED95
Text Example
Text Example
White with #F0ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED95; }
p { color: rgb(240,237,149); }
H1.HeaderClassName
{
color: #F0ED95;
}
.AnyTagClassName
{
color: #F0ED95;
}
</style>
background-color css
<style>
a { background-color: #F0ED95; }
a { background-color: rgb(240,237,149); }
div.DivClassName
{
background-color: #F0ED95;
}
.BgClassName
{
background-color: #F0ED95;
}
</style>
border-color css
<style>
span { border-color: #F0ED95; }
span { border-color: rgb(240,237,149); }
td.TdClassName
{
border-color: #F0ED95;
}
.TagClassName
{
border-color: #F0ED95;
}
</style>