Shades of Portafino #F3F09C
Tints of Portafino #F3F09C
RGB
CMYK
RGB Variations
Color information
#F3F09C (or 0xF3F09C) is known color: Portafino. HEX triplet: F3, F0 and 9C. RGB value is (243,240,156). Sum of RGB (Red+Green+Blue) = 243+240+156=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F09C is #0C0F63. Grayscale: #E7E7E7. Windows color (decimal): -790372 or 10285299. OLE color: 10285299.
HSL color Cylindrical-coordinate representation of color #F3F09C: hue angle of 57.93º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3F09C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 156 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.05 |
| HSL | 57.93º | 0.78% | 0.78% | - |
| HSV(B) | 57.93º | 0.36% | 0.95% | - |
| XYZ | 74.12 | 83.78 | 43.72 | - |
| YUV | 231.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 156 | 0 | 0.01 | 0.36 | 0.05 | 57.93 | 0.78 | 0.78 |
| Hex | F3 | F0 | 9C | 0 | 1 | 24 | 5 | 3A | 4E | 4E |
| Octal | 363 | 360 | 234 | 0 | 1 | 44 | 5 | 72 | 116 | 116 |
| Binary | 11110011 | 11110000 | 10011100 | 0 | 1 | 100100 | 101 | 111010 | 1001110 | 1001110 |
Color Harmonies of #F3F09C
Complementary color
Monochromatic Colors of #F3F09C
Black with #F3F09C
Text Example
Text Example
White with #F3F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F09C; }
p { color: rgb(243,240,156); }
H1.HeaderClassName
{
color: #F3F09C;
}
.AnyTagClassName
{
color: #F3F09C;
}
</style>
background-color css
<style>
a { background-color: #F3F09C; }
a { background-color: rgb(243,240,156); }
div.DivClassName
{
background-color: #F3F09C;
}
.BgClassName
{
background-color: #F3F09C;
}
</style>
border-color css
<style>
span { border-color: #F3F09C; }
span { border-color: rgb(243,240,156); }
td.TdClassName
{
border-color: #F3F09C;
}
.TagClassName
{
border-color: #F3F09C;
}
</style>