Shades of Portica #F1D960
Tints of Portica #F1D960
RGB
CMYK
RGB Variations
Color information
#F1D960 (or 0xF1D960) is known color: Portica. HEX triplet: F1, D9 and 60. RGB value is (241,217,96). Sum of RGB (Red+Green+Blue) = 241+217+96=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D960 is #0E269F. Grayscale: #D2D2D2. Windows color (decimal): -927392 or 6347249. OLE color: 6347249.
HSL color Cylindrical-coordinate representation of color #F1D960: hue angle of 50.07º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1D960 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 96 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.05 |
| HSL | 50.07º | 0.84% | 0.66% | - |
| HSV(B) | 50.07º | 0.6% | 0.95% | - |
| XYZ | 63.2 | 69.17 | 21.09 | - |
| YUV | 210.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 96 | 0 | 0.10 | 0.60 | 0.05 | 50.07 | 0.84 | 0.66 |
| Hex | F1 | D9 | 60 | 0 | A | 3C | 5 | 32 | 54 | 42 |
| Octal | 361 | 331 | 140 | 0 | 12 | 74 | 5 | 62 | 124 | 102 |
| Binary | 11110001 | 11011001 | 1100000 | 0 | 1010 | 111100 | 101 | 110010 | 1010100 | 1000010 |
Color Harmonies of #F1D960
Complementary color
Monochromatic Colors of #F1D960
Black with #F1D960
Text Example
Text Example
White with #F1D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D960; }
p { color: rgb(241,217,96); }
H1.HeaderClassName
{
color: #F1D960;
}
.AnyTagClassName
{
color: #F1D960;
}
</style>
background-color css
<style>
a { background-color: #F1D960; }
a { background-color: rgb(241,217,96); }
div.DivClassName
{
background-color: #F1D960;
}
.BgClassName
{
background-color: #F1D960;
}
</style>
border-color css
<style>
span { border-color: #F1D960; }
span { border-color: rgb(241,217,96); }
td.TdClassName
{
border-color: #F1D960;
}
.TagClassName
{
border-color: #F1D960;
}
</style>