Shades of Portafino #F0ED9B
Tints of Portafino #F0ED9B
RGB
CMYK
RGB Variations
Color information
#F0ED9B (or 0xF0ED9B) is known color: Portafino. HEX triplet: F0, ED and 9B. RGB value is (240,237,155). Sum of RGB (Red+Green+Blue) = 240+237+155=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED9B is #0F1264. Grayscale: #E4E4E4. Windows color (decimal): -987749 or 10218992. OLE color: 10218992.
HSL color Cylindrical-coordinate representation of color #F0ED9B: hue angle of 57.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0ED9B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 155 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.06 |
| HSL | 57.88º | 0.74% | 0.77% | - |
| HSV(B) | 57.88º | 0.35% | 0.94% | - |
| XYZ | 72.14 | 81.46 | 42.93 | - |
| YUV | 228.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 155 | 0 | 0.01 | 0.35 | 0.06 | 57.88 | 0.74 | 0.77 |
| Hex | F0 | ED | 9B | 0 | 1 | 23 | 6 | 3A | 4A | 4D |
| Octal | 360 | 355 | 233 | 0 | 1 | 43 | 6 | 72 | 112 | 115 |
| Binary | 11110000 | 11101101 | 10011011 | 0 | 1 | 100011 | 110 | 111010 | 1001010 | 1001101 |
Color Harmonies of #F0ED9B
Complementary color
Monochromatic Colors of #F0ED9B
Black with #F0ED9B
Text Example
Text Example
White with #F0ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED9B; }
p { color: rgb(240,237,155); }
H1.HeaderClassName
{
color: #F0ED9B;
}
.AnyTagClassName
{
color: #F0ED9B;
}
</style>
background-color css
<style>
a { background-color: #F0ED9B; }
a { background-color: rgb(240,237,155); }
div.DivClassName
{
background-color: #F0ED9B;
}
.BgClassName
{
background-color: #F0ED9B;
}
</style>
border-color css
<style>
span { border-color: #F0ED9B; }
span { border-color: rgb(240,237,155); }
td.TdClassName
{
border-color: #F0ED9B;
}
.TagClassName
{
border-color: #F0ED9B;
}
</style>