Shades of Portica #F5D65A
Tints of Portica #F5D65A
RGB
CMYK
RGB Variations
Color information
#F5D65A (or 0xF5D65A) is known color: Portica. HEX triplet: F5, D6 and 5A. RGB value is (245,214,90). Sum of RGB (Red+Green+Blue) = 245+214+90=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D65A is #0A29A5. Grayscale: #D1D1D1. Windows color (decimal): -666022 or 5953269. OLE color: 5953269.
HSL color Cylindrical-coordinate representation of color #F5D65A: hue angle of 48º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5D65A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 90 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.04 |
| HSL | 48º | 0.89% | 0.66% | - |
| HSV(B) | 48º | 0.63% | 0.96% | - |
| XYZ | 63.55 | 68.24 | 19.5 | - |
| YUV | 209.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 90 | 0 | 0.13 | 0.63 | 0.04 | 48 | 0.89 | 0.66 |
| Hex | F5 | D6 | 5A | 0 | D | 3F | 4 | 30 | 59 | 42 |
| Octal | 365 | 326 | 132 | 0 | 15 | 77 | 4 | 60 | 131 | 102 |
| Binary | 11110101 | 11010110 | 1011010 | 0 | 1101 | 111111 | 100 | 110000 | 1011001 | 1000010 |
Color Harmonies of #F5D65A
Complementary color
Monochromatic Colors of #F5D65A
Black with #F5D65A
Text Example
Text Example
White with #F5D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D65A; }
p { color: rgb(245,214,90); }
H1.HeaderClassName
{
color: #F5D65A;
}
.AnyTagClassName
{
color: #F5D65A;
}
</style>
background-color css
<style>
a { background-color: #F5D65A; }
a { background-color: rgb(245,214,90); }
div.DivClassName
{
background-color: #F5D65A;
}
.BgClassName
{
background-color: #F5D65A;
}
</style>
border-color css
<style>
span { border-color: #F5D65A; }
span { border-color: rgb(245,214,90); }
td.TdClassName
{
border-color: #F5D65A;
}
.TagClassName
{
border-color: #F5D65A;
}
</style>