Shades of Portafino #F9F09C
Tints of Portafino #F9F09C
RGB
CMYK
RGB Variations
Color information
#F9F09C (or 0xF9F09C) is known color: Portafino. HEX triplet: F9, F0 and 9C. RGB value is (249,240,156). Sum of RGB (Red+Green+Blue) = 249+240+156=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 156 (61.33% from 255 or 24.19% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F09C is #060F63. Grayscale: #E9E9E9. Windows color (decimal): -397156 or 10285305. OLE color: 10285305.
HSL color Cylindrical-coordinate representation of color #F9F09C: hue angle of 54.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9F09C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 156 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.02 |
| HSL | 54.19º | 0.89% | 0.79% | - |
| HSV(B) | 54.19º | 0.37% | 0.98% | - |
| XYZ | 76.23 | 84.86 | 43.81 | - |
| YUV | 233.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 156 | 0 | 0.04 | 0.37 | 0.02 | 54.19 | 0.89 | 0.79 |
| Hex | F9 | F0 | 9C | 0 | 4 | 25 | 2 | 36 | 59 | 4F |
| Octal | 371 | 360 | 234 | 0 | 4 | 45 | 2 | 66 | 131 | 117 |
| Binary | 11111001 | 11110000 | 10011100 | 0 | 100 | 100101 | 10 | 110110 | 1011001 | 1001111 |
Color Harmonies of #F9F09C
Complementary color
Monochromatic Colors of #F9F09C
Black with #F9F09C
Text Example
Text Example
White with #F9F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F09C; }
p { color: rgb(249,240,156); }
H1.HeaderClassName
{
color: #F9F09C;
}
.AnyTagClassName
{
color: #F9F09C;
}
</style>
background-color css
<style>
a { background-color: #F9F09C; }
a { background-color: rgb(249,240,156); }
div.DivClassName
{
background-color: #F9F09C;
}
.BgClassName
{
background-color: #F9F09C;
}
</style>
border-color css
<style>
span { border-color: #F9F09C; }
span { border-color: rgb(249,240,156); }
td.TdClassName
{
border-color: #F9F09C;
}
.TagClassName
{
border-color: #F9F09C;
}
</style>