Shades of Portafino #F4F69A
Tints of Portafino #F4F69A
RGB
CMYK
RGB Variations
Color information
#F4F69A (or 0xF4F69A) is known color: Portafino. HEX triplet: F4, F6 and 9A. RGB value is (244,246,154). Sum of RGB (Red+Green+Blue) = 244+246+154=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 154 (60.55% from 255 or 23.91% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F69A is #0B0965. Grayscale: #EBEBEB. Windows color (decimal): -723302 or 10155764. OLE color: 10155764.
HSL color Cylindrical-coordinate representation of color #F4F69A: hue angle of 61.3º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4F69A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 154 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.04 |
| HSL | 61.3º | 0.84% | 0.78% | - |
| HSV(B) | 61.3º | 0.37% | 0.96% | - |
| XYZ | 76.1 | 87.48 | 43.45 | - |
| YUV | 234.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 154 | 0.01 | 0 | 0.37 | 0.04 | 61.3 | 0.84 | 0.78 |
| Hex | F4 | F6 | 9A | 1 | 0 | 25 | 4 | 3D | 54 | 4E |
| Octal | 364 | 366 | 232 | 1 | 0 | 45 | 4 | 75 | 124 | 116 |
| Binary | 11110100 | 11110110 | 10011010 | 1 | 0 | 100101 | 100 | 111101 | 1010100 | 1001110 |
Color Harmonies of #F4F69A
Complementary color
Monochromatic Colors of #F4F69A
Black with #F4F69A
Text Example
Text Example
White with #F4F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F69A; }
p { color: rgb(244,246,154); }
H1.HeaderClassName
{
color: #F4F69A;
}
.AnyTagClassName
{
color: #F4F69A;
}
</style>
background-color css
<style>
a { background-color: #F4F69A; }
a { background-color: rgb(244,246,154); }
div.DivClassName
{
background-color: #F4F69A;
}
.BgClassName
{
background-color: #F4F69A;
}
</style>
border-color css
<style>
span { border-color: #F4F69A; }
span { border-color: rgb(244,246,154); }
td.TdClassName
{
border-color: #F4F69A;
}
.TagClassName
{
border-color: #F4F69A;
}
</style>