Shades of Portafino #F5EF96
Tints of Portafino #F5EF96
RGB
CMYK
RGB Variations
Color information
#F5EF96 (or 0xF5EF96) is known color: Portafino. HEX triplet: F5, EF and 96. RGB value is (245,239,150). Sum of RGB (Red+Green+Blue) = 245+239+150=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EF96 is #0A1069. Grayscale: #E7E7E7. Windows color (decimal): -659562 or 9891829. OLE color: 9891829.
HSL color Cylindrical-coordinate representation of color #F5EF96: hue angle of 56.21º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5EF96 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 150 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.04 |
| HSL | 56.21º | 0.83% | 0.77% | - |
| HSV(B) | 56.21º | 0.39% | 0.96% | - |
| XYZ | 74.03 | 83.35 | 41.04 | - |
| YUV | 230.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 150 | 0 | 0.02 | 0.39 | 0.04 | 56.21 | 0.83 | 0.77 |
| Hex | F5 | EF | 96 | 0 | 2 | 27 | 4 | 38 | 53 | 4D |
| Octal | 365 | 357 | 226 | 0 | 2 | 47 | 4 | 70 | 123 | 115 |
| Binary | 11110101 | 11101111 | 10010110 | 0 | 10 | 100111 | 100 | 111000 | 1010011 | 1001101 |
Color Harmonies of #F5EF96
Complementary color
Monochromatic Colors of #F5EF96
Black with #F5EF96
Text Example
Text Example
White with #F5EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF96; }
p { color: rgb(245,239,150); }
H1.HeaderClassName
{
color: #F5EF96;
}
.AnyTagClassName
{
color: #F5EF96;
}
</style>
background-color css
<style>
a { background-color: #F5EF96; }
a { background-color: rgb(245,239,150); }
div.DivClassName
{
background-color: #F5EF96;
}
.BgClassName
{
background-color: #F5EF96;
}
</style>
border-color css
<style>
span { border-color: #F5EF96; }
span { border-color: rgb(245,239,150); }
td.TdClassName
{
border-color: #F5EF96;
}
.TagClassName
{
border-color: #F5EF96;
}
</style>