Shades of Portafino #F2ED9D
Tints of Portafino #F2ED9D
RGB
CMYK
RGB Variations
Color information
#F2ED9D (or 0xF2ED9D) is known color: Portafino. HEX triplet: F2, ED and 9D. RGB value is (242,237,157). Sum of RGB (Red+Green+Blue) = 242+237+157=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 157 (61.72% from 255 or 24.69% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED9D is #0D1262. Grayscale: #E5E5E5. Windows color (decimal): -856675 or 10350066. OLE color: 10350066.
HSL color Cylindrical-coordinate representation of color #F2ED9D: hue angle of 56.47º degrees, saturation: 0.77, 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 #F2ED9D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 157 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.05 |
| HSL | 56.47º | 0.77% | 0.78% | - |
| HSV(B) | 56.47º | 0.35% | 0.95% | - |
| XYZ | 72.99 | 81.88 | 43.86 | - |
| YUV | 229.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 157 | 0 | 0.02 | 0.35 | 0.05 | 56.47 | 0.77 | 0.78 |
| Hex | F2 | ED | 9D | 0 | 2 | 23 | 5 | 38 | 4D | 4E |
| Octal | 362 | 355 | 235 | 0 | 2 | 43 | 5 | 70 | 115 | 116 |
| Binary | 11110010 | 11101101 | 10011101 | 0 | 10 | 100011 | 101 | 111000 | 1001101 | 1001110 |
Color Harmonies of #F2ED9D
Complementary color
Monochromatic Colors of #F2ED9D
Black with #F2ED9D
Text Example
Text Example
White with #F2ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED9D; }
p { color: rgb(242,237,157); }
H1.HeaderClassName
{
color: #F2ED9D;
}
.AnyTagClassName
{
color: #F2ED9D;
}
</style>
background-color css
<style>
a { background-color: #F2ED9D; }
a { background-color: rgb(242,237,157); }
div.DivClassName
{
background-color: #F2ED9D;
}
.BgClassName
{
background-color: #F2ED9D;
}
</style>
border-color css
<style>
span { border-color: #F2ED9D; }
span { border-color: rgb(242,237,157); }
td.TdClassName
{
border-color: #F2ED9D;
}
.TagClassName
{
border-color: #F2ED9D;
}
</style>