Shades of Portafino #F0F2A2
Tints of Portafino #F0F2A2
RGB
CMYK
RGB Variations
Color information
#F0F2A2 (or 0xF0F2A2) is known color: Portafino. HEX triplet: F0, F2 and A2. RGB value is (240,242,162). Sum of RGB (Red+Green+Blue) = 240+242+162=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F2A2 is #0F0D5D. Grayscale: #E8E8E8. Windows color (decimal): -986462 or 10679024. OLE color: 10679024.
HSL color Cylindrical-coordinate representation of color #F0F2A2: hue angle of 61.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0F2A2 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 162 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.05 |
| HSL | 61.5º | 0.75% | 0.79% | - |
| HSV(B) | 61.5º | 0.33% | 0.95% | - |
| XYZ | 74.21 | 84.64 | 46.61 | - |
| YUV | 232.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 162 | 0.01 | 0 | 0.33 | 0.05 | 61.5 | 0.75 | 0.79 |
| Hex | F0 | F2 | A2 | 1 | 0 | 21 | 5 | 3E | 4B | 4F |
| Octal | 360 | 362 | 242 | 1 | 0 | 41 | 5 | 76 | 113 | 117 |
| Binary | 11110000 | 11110010 | 10100010 | 1 | 0 | 100001 | 101 | 111110 | 1001011 | 1001111 |
Color Harmonies of #F0F2A2
Complementary color
Monochromatic Colors of #F0F2A2
Black with #F0F2A2
Text Example
Text Example
White with #F0F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2A2; }
p { color: rgb(240,242,162); }
H1.HeaderClassName
{
color: #F0F2A2;
}
.AnyTagClassName
{
color: #F0F2A2;
}
</style>
background-color css
<style>
a { background-color: #F0F2A2; }
a { background-color: rgb(240,242,162); }
div.DivClassName
{
background-color: #F0F2A2;
}
.BgClassName
{
background-color: #F0F2A2;
}
</style>
border-color css
<style>
span { border-color: #F0F2A2; }
span { border-color: rgb(240,242,162); }
td.TdClassName
{
border-color: #F0F2A2;
}
.TagClassName
{
border-color: #F0F2A2;
}
</style>