Shades of Portica #F2D156
Tints of Portica #F2D156
RGB
CMYK
RGB Variations
Color information
#F2D156 (or 0xF2D156) is known color: Portica. HEX triplet: F2, D1 and 56. RGB value is (242,209,86). Sum of RGB (Red+Green+Blue) = 242+209+86=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D156 is #0D2EA9. Grayscale: #CDCDCD. Windows color (decimal): -863914 or 5689842. OLE color: 5689842.
HSL color Cylindrical-coordinate representation of color #F2D156: hue angle of 47.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2D156 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 86 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.05 |
| HSL | 47.31º | 0.86% | 0.64% | - |
| HSV(B) | 47.31º | 0.64% | 0.95% | - |
| XYZ | 61.1 | 65.15 | 18.16 | - |
| YUV | 204.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 86 | 0 | 0.14 | 0.64 | 0.05 | 47.31 | 0.86 | 0.64 |
| Hex | F2 | D1 | 56 | 0 | E | 40 | 5 | 2F | 56 | 40 |
| Octal | 362 | 321 | 126 | 0 | 16 | 100 | 5 | 57 | 126 | 100 |
| Binary | 11110010 | 11010001 | 1010110 | 0 | 1110 | 1000000 | 101 | 101111 | 1010110 | 1000000 |
Color Harmonies of #F2D156
Complementary color
Monochromatic Colors of #F2D156
Black with #F2D156
Text Example
Text Example
White with #F2D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D156; }
p { color: rgb(242,209,86); }
H1.HeaderClassName
{
color: #F2D156;
}
.AnyTagClassName
{
color: #F2D156;
}
</style>
background-color css
<style>
a { background-color: #F2D156; }
a { background-color: rgb(242,209,86); }
div.DivClassName
{
background-color: #F2D156;
}
.BgClassName
{
background-color: #F2D156;
}
</style>
border-color css
<style>
span { border-color: #F2D156; }
span { border-color: rgb(242,209,86); }
td.TdClassName
{
border-color: #F2D156;
}
.TagClassName
{
border-color: #F2D156;
}
</style>