Shades of Portica #F3D255
Tints of Portica #F3D255
RGB
CMYK
RGB Variations
Color information
#F3D255 (or 0xF3D255) is known color: Portica. HEX triplet: F3, D2 and 55. RGB value is (243,210,85). Sum of RGB (Red+Green+Blue) = 243+210+85=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D255 is #0C2DAA. Grayscale: #CECECE. Windows color (decimal): -798123 or 5624563. OLE color: 5624563.
HSL color Cylindrical-coordinate representation of color #F3D255: hue angle of 47.47º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3D255 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 85 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.05 |
| HSL | 47.47º | 0.87% | 0.64% | - |
| HSV(B) | 47.47º | 0.65% | 0.95% | - |
| XYZ | 61.65 | 65.8 | 18.05 | - |
| YUV | 205.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 85 | 0 | 0.14 | 0.65 | 0.05 | 47.47 | 0.87 | 0.64 |
| Hex | F3 | D2 | 55 | 0 | E | 41 | 5 | 2F | 57 | 40 |
| Octal | 363 | 322 | 125 | 0 | 16 | 101 | 5 | 57 | 127 | 100 |
| Binary | 11110011 | 11010010 | 1010101 | 0 | 1110 | 1000001 | 101 | 101111 | 1010111 | 1000000 |
Color Harmonies of #F3D255
Complementary color
Monochromatic Colors of #F3D255
Black with #F3D255
Text Example
Text Example
White with #F3D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D255; }
p { color: rgb(243,210,85); }
H1.HeaderClassName
{
color: #F3D255;
}
.AnyTagClassName
{
color: #F3D255;
}
</style>
background-color css
<style>
a { background-color: #F3D255; }
a { background-color: rgb(243,210,85); }
div.DivClassName
{
background-color: #F3D255;
}
.BgClassName
{
background-color: #F3D255;
}
</style>
border-color css
<style>
span { border-color: #F3D255; }
span { border-color: rgb(243,210,85); }
td.TdClassName
{
border-color: #F3D255;
}
.TagClassName
{
border-color: #F3D255;
}
</style>