Shades of Portica #F2D959
Tints of Portica #F2D959
RGB
CMYK
RGB Variations
Color information
#F2D959 (or 0xF2D959) is known color: Portica. HEX triplet: F2, D9 and 59. RGB value is (242,217,89). Sum of RGB (Red+Green+Blue) = 242+217+89=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D959 is #0D26A6. Grayscale: #D2D2D2. Windows color (decimal): -861863 or 5888498. OLE color: 5888498.
HSL color Cylindrical-coordinate representation of color #F2D959: hue angle of 50.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2D959 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 89 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.05 |
| HSL | 50.2º | 0.85% | 0.65% | - |
| HSV(B) | 50.2º | 0.63% | 0.95% | - |
| XYZ | 63.23 | 69.22 | 19.48 | - |
| YUV | 209.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 89 | 0 | 0.10 | 0.63 | 0.05 | 50.2 | 0.85 | 0.65 |
| Hex | F2 | D9 | 59 | 0 | A | 3F | 5 | 32 | 55 | 41 |
| Octal | 362 | 331 | 131 | 0 | 12 | 77 | 5 | 62 | 125 | 101 |
| Binary | 11110010 | 11011001 | 1011001 | 0 | 1010 | 111111 | 101 | 110010 | 1010101 | 1000001 |
Color Harmonies of #F2D959
Complementary color
Monochromatic Colors of #F2D959
Black with #F2D959
Text Example
Text Example
White with #F2D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D959; }
p { color: rgb(242,217,89); }
H1.HeaderClassName
{
color: #F2D959;
}
.AnyTagClassName
{
color: #F2D959;
}
</style>
background-color css
<style>
a { background-color: #F2D959; }
a { background-color: rgb(242,217,89); }
div.DivClassName
{
background-color: #F2D959;
}
.BgClassName
{
background-color: #F2D959;
}
</style>
border-color css
<style>
span { border-color: #F2D959; }
span { border-color: rgb(242,217,89); }
td.TdClassName
{
border-color: #F2D959;
}
.TagClassName
{
border-color: #F2D959;
}
</style>