Shades of Portafino #F2ED9F
Tints of Portafino #F2ED9F
RGB
CMYK
RGB Variations
Color information
#F2ED9F (or 0xF2ED9F) is known color: Portafino. HEX triplet: F2, ED and 9F. RGB value is (242,237,159). Sum of RGB (Red+Green+Blue) = 242+237+159=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 159 (62.5% from 255 or 24.92% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED9F is #0D1260. Grayscale: #E5E5E5. Windows color (decimal): -856673 or 10481138. OLE color: 10481138.
HSL color Cylindrical-coordinate representation of color #F2ED9F: hue angle of 56.39º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2ED9F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 159 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 56.39º | 0.76% | 0.79% | - |
| HSV(B) | 56.39º | 0.34% | 0.95% | - |
| XYZ | 73.16 | 81.95 | 44.76 | - |
| YUV | 229.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 159 | 0 | 0.02 | 0.34 | 0.05 | 56.39 | 0.76 | 0.79 |
| Hex | F2 | ED | 9F | 0 | 2 | 22 | 5 | 38 | 4C | 4F |
| Octal | 362 | 355 | 237 | 0 | 2 | 42 | 5 | 70 | 114 | 117 |
| Binary | 11110010 | 11101101 | 10011111 | 0 | 10 | 100010 | 101 | 111000 | 1001100 | 1001111 |
Color Harmonies of #F2ED9F
Complementary color
Monochromatic Colors of #F2ED9F
Black with #F2ED9F
Text Example
Text Example
White with #F2ED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED9F; }
p { color: rgb(242,237,159); }
H1.HeaderClassName
{
color: #F2ED9F;
}
.AnyTagClassName
{
color: #F2ED9F;
}
</style>
background-color css
<style>
a { background-color: #F2ED9F; }
a { background-color: rgb(242,237,159); }
div.DivClassName
{
background-color: #F2ED9F;
}
.BgClassName
{
background-color: #F2ED9F;
}
</style>
border-color css
<style>
span { border-color: #F2ED9F; }
span { border-color: rgb(242,237,159); }
td.TdClassName
{
border-color: #F2ED9F;
}
.TagClassName
{
border-color: #F2ED9F;
}
</style>