Shades of Portica #F2D559
Tints of Portica #F2D559
RGB
CMYK
RGB Variations
Color information
#F2D559 (or 0xF2D559) is known color: Portica. HEX triplet: F2, D5 and 59. RGB value is (242,213,89). Sum of RGB (Red+Green+Blue) = 242+213+89=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D559 is #0D2AA6. Grayscale: #D0D0D0. Windows color (decimal): -862887 or 5887474. OLE color: 5887474.
HSL color Cylindrical-coordinate representation of color #F2D559: hue angle of 48.63º 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 #F2D559 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 89 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.05 |
| HSL | 48.63º | 0.85% | 0.65% | - |
| HSV(B) | 48.63º | 0.63% | 0.95% | - |
| XYZ | 62.22 | 67.19 | 19.14 | - |
| YUV | 207.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 89 | 0 | 0.12 | 0.63 | 0.05 | 48.63 | 0.85 | 0.65 |
| Hex | F2 | D5 | 59 | 0 | C | 3F | 5 | 31 | 55 | 41 |
| Octal | 362 | 325 | 131 | 0 | 14 | 77 | 5 | 61 | 125 | 101 |
| Binary | 11110010 | 11010101 | 1011001 | 0 | 1100 | 111111 | 101 | 110001 | 1010101 | 1000001 |
Color Harmonies of #F2D559
Complementary color
Monochromatic Colors of #F2D559
Black with #F2D559
Text Example
Text Example
White with #F2D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D559; }
p { color: rgb(242,213,89); }
H1.HeaderClassName
{
color: #F2D559;
}
.AnyTagClassName
{
color: #F2D559;
}
</style>
background-color css
<style>
a { background-color: #F2D559; }
a { background-color: rgb(242,213,89); }
div.DivClassName
{
background-color: #F2D559;
}
.BgClassName
{
background-color: #F2D559;
}
</style>
border-color css
<style>
span { border-color: #F2D559; }
span { border-color: rgb(242,213,89); }
td.TdClassName
{
border-color: #F2D559;
}
.TagClassName
{
border-color: #F2D559;
}
</style>