Shades of Portica #F5D65C
Tints of Portica #F5D65C
RGB
CMYK
RGB Variations
Color information
#F5D65C (or 0xF5D65C) is known color: Portica. HEX triplet: F5, D6 and 5C. RGB value is (245,214,92). Sum of RGB (Red+Green+Blue) = 245+214+92=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D65C is #0A29A3. Grayscale: #D1D1D1. Windows color (decimal): -666020 or 6084341. OLE color: 6084341.
HSL color Cylindrical-coordinate representation of color #F5D65C: hue angle of 47.84º 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 #F5D65C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 92 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.04 |
| HSL | 47.84º | 0.88% | 0.66% | - |
| HSV(B) | 47.84º | 0.62% | 0.96% | - |
| XYZ | 63.63 | 68.28 | 19.95 | - |
| YUV | 209.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 92 | 0 | 0.13 | 0.62 | 0.04 | 47.84 | 0.88 | 0.66 |
| Hex | F5 | D6 | 5C | 0 | D | 3E | 4 | 30 | 58 | 42 |
| Octal | 365 | 326 | 134 | 0 | 15 | 76 | 4 | 60 | 130 | 102 |
| Binary | 11110101 | 11010110 | 1011100 | 0 | 1101 | 111110 | 100 | 110000 | 1011000 | 1000010 |
Color Harmonies of #F5D65C
Complementary color
Monochromatic Colors of #F5D65C
Black with #F5D65C
Text Example
Text Example
White with #F5D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D65C; }
p { color: rgb(245,214,92); }
H1.HeaderClassName
{
color: #F5D65C;
}
.AnyTagClassName
{
color: #F5D65C;
}
</style>
background-color css
<style>
a { background-color: #F5D65C; }
a { background-color: rgb(245,214,92); }
div.DivClassName
{
background-color: #F5D65C;
}
.BgClassName
{
background-color: #F5D65C;
}
</style>
border-color css
<style>
span { border-color: #F5D65C; }
span { border-color: rgb(245,214,92); }
td.TdClassName
{
border-color: #F5D65C;
}
.TagClassName
{
border-color: #F5D65C;
}
</style>