Shades of Portica #F2D360
Tints of Portica #F2D360
RGB
CMYK
RGB Variations
Color information
#F2D360 (or 0xF2D360) is known color: Portica. HEX triplet: F2, D3 and 60. RGB value is (242,211,96). Sum of RGB (Red+Green+Blue) = 242+211+96=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D360 is #0D2C9F. Grayscale: #CFCFCF. Windows color (decimal): -863392 or 6345714. OLE color: 6345714.
HSL color Cylindrical-coordinate representation of color #F2D360: hue angle of 47.26º degrees, saturation: 0.85, 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 #F2D360 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 96 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.05 |
| HSL | 47.26º | 0.85% | 0.66% | - |
| HSV(B) | 47.26º | 0.6% | 0.95% | - |
| XYZ | 62.02 | 66.31 | 20.6 | - |
| YUV | 207.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 96 | 0 | 0.13 | 0.60 | 0.05 | 47.26 | 0.85 | 0.66 |
| Hex | F2 | D3 | 60 | 0 | D | 3C | 5 | 2F | 55 | 42 |
| Octal | 362 | 323 | 140 | 0 | 15 | 74 | 5 | 57 | 125 | 102 |
| Binary | 11110010 | 11010011 | 1100000 | 0 | 1101 | 111100 | 101 | 101111 | 1010101 | 1000010 |
Color Harmonies of #F2D360
Complementary color
Monochromatic Colors of #F2D360
Black with #F2D360
Text Example
Text Example
White with #F2D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D360; }
p { color: rgb(242,211,96); }
H1.HeaderClassName
{
color: #F2D360;
}
.AnyTagClassName
{
color: #F2D360;
}
</style>
background-color css
<style>
a { background-color: #F2D360; }
a { background-color: rgb(242,211,96); }
div.DivClassName
{
background-color: #F2D360;
}
.BgClassName
{
background-color: #F2D360;
}
</style>
border-color css
<style>
span { border-color: #F2D360; }
span { border-color: rgb(242,211,96); }
td.TdClassName
{
border-color: #F2D360;
}
.TagClassName
{
border-color: #F2D360;
}
</style>