Shades of Portica #F5D85C
Tints of Portica #F5D85C
RGB
CMYK
RGB Variations
Color information
#F5D85C (or 0xF5D85C) is known color: Portica. HEX triplet: F5, D8 and 5C. RGB value is (245,216,92). Sum of RGB (Red+Green+Blue) = 245+216+92=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D85C is #0A27A3. Grayscale: #D3D3D3. Windows color (decimal): -665508 or 6084853. OLE color: 6084853.
HSL color Cylindrical-coordinate representation of color #F5D85C: hue angle of 48.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5D85C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 92 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.04 |
| HSL | 48.63º | 0.88% | 0.66% | - |
| HSV(B) | 48.63º | 0.62% | 0.96% | - |
| XYZ | 64.14 | 69.3 | 20.12 | - |
| YUV | 210.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 92 | 0 | 0.12 | 0.62 | 0.04 | 48.63 | 0.88 | 0.66 |
| Hex | F5 | D8 | 5C | 0 | C | 3E | 4 | 31 | 58 | 42 |
| Octal | 365 | 330 | 134 | 0 | 14 | 76 | 4 | 61 | 130 | 102 |
| Binary | 11110101 | 11011000 | 1011100 | 0 | 1100 | 111110 | 100 | 110001 | 1011000 | 1000010 |
Color Harmonies of #F5D85C
Complementary color
Monochromatic Colors of #F5D85C
Black with #F5D85C
Text Example
Text Example
White with #F5D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D85C; }
p { color: rgb(245,216,92); }
H1.HeaderClassName
{
color: #F5D85C;
}
.AnyTagClassName
{
color: #F5D85C;
}
</style>
background-color css
<style>
a { background-color: #F5D85C; }
a { background-color: rgb(245,216,92); }
div.DivClassName
{
background-color: #F5D85C;
}
.BgClassName
{
background-color: #F5D85C;
}
</style>
border-color css
<style>
span { border-color: #F5D85C; }
span { border-color: rgb(245,216,92); }
td.TdClassName
{
border-color: #F5D85C;
}
.TagClassName
{
border-color: #F5D85C;
}
</style>