Shades of Portica #F3D75D
Tints of Portica #F3D75D
RGB
CMYK
RGB Variations
Color information
#F3D75D (or 0xF3D75D) is known color: Portica. HEX triplet: F3, D7 and 5D. RGB value is (243,215,93). Sum of RGB (Red+Green+Blue) = 243+215+93=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D75D is #0C28A2. Grayscale: #D1D1D1. Windows color (decimal): -796835 or 6150131. OLE color: 6150131.
HSL color Cylindrical-coordinate representation of color #F3D75D: hue angle of 48.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3D75D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 93 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.05 |
| HSL | 48.8º | 0.86% | 0.66% | - |
| HSV(B) | 48.8º | 0.62% | 0.95% | - |
| XYZ | 63.24 | 68.45 | 20.23 | - |
| YUV | 209.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 93 | 0 | 0.12 | 0.62 | 0.05 | 48.8 | 0.86 | 0.66 |
| Hex | F3 | D7 | 5D | 0 | C | 3E | 5 | 31 | 56 | 42 |
| Octal | 363 | 327 | 135 | 0 | 14 | 76 | 5 | 61 | 126 | 102 |
| Binary | 11110011 | 11010111 | 1011101 | 0 | 1100 | 111110 | 101 | 110001 | 1010110 | 1000010 |
Color Harmonies of #F3D75D
Complementary color
Monochromatic Colors of #F3D75D
Black with #F3D75D
Text Example
Text Example
White with #F3D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D75D; }
p { color: rgb(243,215,93); }
H1.HeaderClassName
{
color: #F3D75D;
}
.AnyTagClassName
{
color: #F3D75D;
}
</style>
background-color css
<style>
a { background-color: #F3D75D; }
a { background-color: rgb(243,215,93); }
div.DivClassName
{
background-color: #F3D75D;
}
.BgClassName
{
background-color: #F3D75D;
}
</style>
border-color css
<style>
span { border-color: #F3D75D; }
span { border-color: rgb(243,215,93); }
td.TdClassName
{
border-color: #F3D75D;
}
.TagClassName
{
border-color: #F3D75D;
}
</style>