Shades of Portafino #F0EA99
Tints of Portafino #F0EA99
RGB
CMYK
RGB Variations
Color information
#F0EA99 (or 0xF0EA99) is known color: Portafino. HEX triplet: F0, EA and 99. RGB value is (240,234,153). Sum of RGB (Red+Green+Blue) = 240+234+153=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA99 is #0F1566. Grayscale: #E2E2E2. Windows color (decimal): -988519 or 10087152. OLE color: 10087152.
HSL color Cylindrical-coordinate representation of color #F0EA99: hue angle of 55.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0EA99 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 153 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.06 |
| HSL | 55.86º | 0.74% | 0.77% | - |
| HSV(B) | 55.86º | 0.36% | 0.94% | - |
| XYZ | 71.11 | 79.67 | 41.77 | - |
| YUV | 226.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 153 | 0 | 0.02 | 0.36 | 0.06 | 55.86 | 0.74 | 0.77 |
| Hex | F0 | EA | 99 | 0 | 2 | 24 | 6 | 38 | 4A | 4D |
| Octal | 360 | 352 | 231 | 0 | 2 | 44 | 6 | 70 | 112 | 115 |
| Binary | 11110000 | 11101010 | 10011001 | 0 | 10 | 100100 | 110 | 111000 | 1001010 | 1001101 |
Color Harmonies of #F0EA99
Complementary color
Monochromatic Colors of #F0EA99
Black with #F0EA99
Text Example
Text Example
White with #F0EA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA99; }
p { color: rgb(240,234,153); }
H1.HeaderClassName
{
color: #F0EA99;
}
.AnyTagClassName
{
color: #F0EA99;
}
</style>
background-color css
<style>
a { background-color: #F0EA99; }
a { background-color: rgb(240,234,153); }
div.DivClassName
{
background-color: #F0EA99;
}
.BgClassName
{
background-color: #F0EA99;
}
</style>
border-color css
<style>
span { border-color: #F0EA99; }
span { border-color: rgb(240,234,153); }
td.TdClassName
{
border-color: #F0EA99;
}
.TagClassName
{
border-color: #F0EA99;
}
</style>