Shades of Portica #F3DB5E
Tints of Portica #F3DB5E
RGB
CMYK
RGB Variations
Color information
#F3DB5E (or 0xF3DB5E) is known color: Portica. HEX triplet: F3, DB and 5E. RGB value is (243,219,94). Sum of RGB (Red+Green+Blue) = 243+219+94=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB5E is #0C24A1. Grayscale: #D4D4D4. Windows color (decimal): -795810 or 6216691. OLE color: 6216691.
HSL color Cylindrical-coordinate representation of color #F3DB5E: hue angle of 50.34º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3DB5E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 94 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.05 |
| HSL | 50.34º | 0.86% | 0.66% | - |
| HSV(B) | 50.34º | 0.61% | 0.95% | - |
| XYZ | 64.31 | 70.53 | 20.81 | - |
| YUV | 211.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 94 | 0 | 0.10 | 0.61 | 0.05 | 50.34 | 0.86 | 0.66 |
| Hex | F3 | DB | 5E | 0 | A | 3D | 5 | 32 | 56 | 42 |
| Octal | 363 | 333 | 136 | 0 | 12 | 75 | 5 | 62 | 126 | 102 |
| Binary | 11110011 | 11011011 | 1011110 | 0 | 1010 | 111101 | 101 | 110010 | 1010110 | 1000010 |
Color Harmonies of #F3DB5E
Complementary color
Monochromatic Colors of #F3DB5E
Black with #F3DB5E
Text Example
Text Example
White with #F3DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB5E; }
p { color: rgb(243,219,94); }
H1.HeaderClassName
{
color: #F3DB5E;
}
.AnyTagClassName
{
color: #F3DB5E;
}
</style>
background-color css
<style>
a { background-color: #F3DB5E; }
a { background-color: rgb(243,219,94); }
div.DivClassName
{
background-color: #F3DB5E;
}
.BgClassName
{
background-color: #F3DB5E;
}
</style>
border-color css
<style>
span { border-color: #F3DB5E; }
span { border-color: rgb(243,219,94); }
td.TdClassName
{
border-color: #F3DB5E;
}
.TagClassName
{
border-color: #F3DB5E;
}
</style>