Shades of Portica #F3D85F
Tints of Portica #F3D85F
RGB
CMYK
RGB Variations
Color information
#F3D85F (or 0xF3D85F) is known color: Portica. HEX triplet: F3, D8 and 5F. RGB value is (243,216,95). Sum of RGB (Red+Green+Blue) = 243+216+95=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D85F is #0C27A0. Grayscale: #D2D2D2. Windows color (decimal): -796577 or 6281459. OLE color: 6281459.
HSL color Cylindrical-coordinate representation of color #F3D85F: hue angle of 49.05º 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 #F3D85F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 95 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.05 |
| HSL | 49.05º | 0.86% | 0.66% | - |
| HSV(B) | 49.05º | 0.61% | 0.95% | - |
| XYZ | 63.58 | 68.99 | 20.79 | - |
| YUV | 210.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 95 | 0 | 0.11 | 0.61 | 0.05 | 49.05 | 0.86 | 0.66 |
| Hex | F3 | D8 | 5F | 0 | B | 3D | 5 | 31 | 56 | 42 |
| Octal | 363 | 330 | 137 | 0 | 13 | 75 | 5 | 61 | 126 | 102 |
| Binary | 11110011 | 11011000 | 1011111 | 0 | 1011 | 111101 | 101 | 110001 | 1010110 | 1000010 |
Color Harmonies of #F3D85F
Complementary color
Monochromatic Colors of #F3D85F
Black with #F3D85F
Text Example
Text Example
White with #F3D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D85F; }
p { color: rgb(243,216,95); }
H1.HeaderClassName
{
color: #F3D85F;
}
.AnyTagClassName
{
color: #F3D85F;
}
</style>
background-color css
<style>
a { background-color: #F3D85F; }
a { background-color: rgb(243,216,95); }
div.DivClassName
{
background-color: #F3D85F;
}
.BgClassName
{
background-color: #F3D85F;
}
</style>
border-color css
<style>
span { border-color: #F3D85F; }
span { border-color: rgb(243,216,95); }
td.TdClassName
{
border-color: #F3D85F;
}
.TagClassName
{
border-color: #F3D85F;
}
</style>