Shades of Portica #F1D963
Tints of Portica #F1D963
RGB
CMYK
RGB Variations
Color information
#F1D963 (or 0xF1D963) is known color: Portica. HEX triplet: F1, D9 and 63. RGB value is (241,217,99). Sum of RGB (Red+Green+Blue) = 241+217+99=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D963 is #0E269C. Grayscale: #D3D3D3. Windows color (decimal): -927389 or 6543857. OLE color: 6543857.
HSL color Cylindrical-coordinate representation of color #F1D963: hue angle of 49.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1D963 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 99 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.05 |
| HSL | 49.86º | 0.84% | 0.67% | - |
| HSV(B) | 49.86º | 0.59% | 0.95% | - |
| XYZ | 63.34 | 69.23 | 21.83 | - |
| YUV | 210.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 99 | 0 | 0.10 | 0.59 | 0.05 | 49.86 | 0.84 | 0.67 |
| Hex | F1 | D9 | 63 | 0 | A | 3B | 5 | 32 | 54 | 43 |
| Octal | 361 | 331 | 143 | 0 | 12 | 73 | 5 | 62 | 124 | 103 |
| Binary | 11110001 | 11011001 | 1100011 | 0 | 1010 | 111011 | 101 | 110010 | 1010100 | 1000011 |
Color Harmonies of #F1D963
Complementary color
Monochromatic Colors of #F1D963
Black with #F1D963
Text Example
Text Example
White with #F1D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D963; }
p { color: rgb(241,217,99); }
H1.HeaderClassName
{
color: #F1D963;
}
.AnyTagClassName
{
color: #F1D963;
}
</style>
background-color css
<style>
a { background-color: #F1D963; }
a { background-color: rgb(241,217,99); }
div.DivClassName
{
background-color: #F1D963;
}
.BgClassName
{
background-color: #F1D963;
}
</style>
border-color css
<style>
span { border-color: #F1D963; }
span { border-color: rgb(241,217,99); }
td.TdClassName
{
border-color: #F1D963;
}
.TagClassName
{
border-color: #F1D963;
}
</style>