Shades of Portica #F3DB5D
Tints of Portica #F3DB5D
RGB
CMYK
RGB Variations
Color information
#F3DB5D (or 0xF3DB5D) is known color: Portica. HEX triplet: F3, DB and 5D. RGB value is (243,219,93). Sum of RGB (Red+Green+Blue) = 243+219+93=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB5D is #0C24A2. Grayscale: #D4D4D4. Windows color (decimal): -795811 or 6151155. OLE color: 6151155.
HSL color Cylindrical-coordinate representation of color #F3DB5D: hue angle of 50.4º 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 #F3DB5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.05 |
| HSL | 50.4º | 0.86% | 0.66% | - |
| HSV(B) | 50.4º | 0.62% | 0.95% | - |
| XYZ | 64.27 | 70.51 | 20.58 | - |
| YUV | 211.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 93 | 0 | 0.10 | 0.62 | 0.05 | 50.4 | 0.86 | 0.66 |
| Hex | F3 | DB | 5D | 0 | A | 3E | 5 | 32 | 56 | 42 |
| Octal | 363 | 333 | 135 | 0 | 12 | 76 | 5 | 62 | 126 | 102 |
| Binary | 11110011 | 11011011 | 1011101 | 0 | 1010 | 111110 | 101 | 110010 | 1010110 | 1000010 |
Color Harmonies of #F3DB5D
Complementary color
Monochromatic Colors of #F3DB5D
Black with #F3DB5D
Text Example
Text Example
White with #F3DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB5D; }
p { color: rgb(243,219,93); }
H1.HeaderClassName
{
color: #F3DB5D;
}
.AnyTagClassName
{
color: #F3DB5D;
}
</style>
background-color css
<style>
a { background-color: #F3DB5D; }
a { background-color: rgb(243,219,93); }
div.DivClassName
{
background-color: #F3DB5D;
}
.BgClassName
{
background-color: #F3DB5D;
}
</style>
border-color css
<style>
span { border-color: #F3DB5D; }
span { border-color: rgb(243,219,93); }
td.TdClassName
{
border-color: #F3DB5D;
}
.TagClassName
{
border-color: #F3DB5D;
}
</style>