Shades of Portafino #F0ED97
Tints of Portafino #F0ED97
RGB
CMYK
RGB Variations
Color information
#F0ED97 (or 0xF0ED97) is known color: Portafino. HEX triplet: F0, ED and 97. RGB value is (240,237,151). Sum of RGB (Red+Green+Blue) = 240+237+151=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 151 (59.38% from 255 or 24.04% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED97 is #0F1268. Grayscale: #E4E4E4. Windows color (decimal): -987753 or 9956848. OLE color: 9956848.
HSL color Cylindrical-coordinate representation of color #F0ED97: hue angle of 57.98º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0ED97 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 151 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.06 |
| HSL | 57.98º | 0.75% | 0.77% | - |
| HSV(B) | 57.98º | 0.37% | 0.94% | - |
| XYZ | 71.81 | 81.33 | 41.19 | - |
| YUV | 228.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 151 | 0 | 0.01 | 0.37 | 0.06 | 57.98 | 0.75 | 0.77 |
| Hex | F0 | ED | 97 | 0 | 1 | 25 | 6 | 3A | 4B | 4D |
| Octal | 360 | 355 | 227 | 0 | 1 | 45 | 6 | 72 | 113 | 115 |
| Binary | 11110000 | 11101101 | 10010111 | 0 | 1 | 100101 | 110 | 111010 | 1001011 | 1001101 |
Color Harmonies of #F0ED97
Complementary color
Monochromatic Colors of #F0ED97
Black with #F0ED97
Text Example
Text Example
White with #F0ED97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED97; }
p { color: rgb(240,237,151); }
H1.HeaderClassName
{
color: #F0ED97;
}
.AnyTagClassName
{
color: #F0ED97;
}
</style>
background-color css
<style>
a { background-color: #F0ED97; }
a { background-color: rgb(240,237,151); }
div.DivClassName
{
background-color: #F0ED97;
}
.BgClassName
{
background-color: #F0ED97;
}
</style>
border-color css
<style>
span { border-color: #F0ED97; }
span { border-color: rgb(240,237,151); }
td.TdClassName
{
border-color: #F0ED97;
}
.TagClassName
{
border-color: #F0ED97;
}
</style>