Shades of Portica #F5D459
Tints of Portica #F5D459
RGB
CMYK
RGB Variations
Color information
#F5D459 (or 0xF5D459) is known color: Portica. HEX triplet: F5, D4 and 59. RGB value is (245,212,89). Sum of RGB (Red+Green+Blue) = 245+212+89=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D459 is #0A2BA6. Grayscale: #D0D0D0. Windows color (decimal): -666535 or 5887221. OLE color: 5887221.
HSL color Cylindrical-coordinate representation of color #F5D459: hue angle of 47.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5D459 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 89 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.04 |
| HSL | 47.31º | 0.89% | 0.65% | - |
| HSV(B) | 47.31º | 0.64% | 0.96% | - |
| XYZ | 63 | 67.22 | 19.11 | - |
| YUV | 207.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 89 | 0 | 0.13 | 0.64 | 0.04 | 47.31 | 0.89 | 0.65 |
| Hex | F5 | D4 | 59 | 0 | D | 40 | 4 | 2F | 59 | 41 |
| Octal | 365 | 324 | 131 | 0 | 15 | 100 | 4 | 57 | 131 | 101 |
| Binary | 11110101 | 11010100 | 1011001 | 0 | 1101 | 1000000 | 100 | 101111 | 1011001 | 1000001 |
Color Harmonies of #F5D459
Complementary color
Monochromatic Colors of #F5D459
Black with #F5D459
Text Example
Text Example
White with #F5D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D459; }
p { color: rgb(245,212,89); }
H1.HeaderClassName
{
color: #F5D459;
}
.AnyTagClassName
{
color: #F5D459;
}
</style>
background-color css
<style>
a { background-color: #F5D459; }
a { background-color: rgb(245,212,89); }
div.DivClassName
{
background-color: #F5D459;
}
.BgClassName
{
background-color: #F5D459;
}
</style>
border-color css
<style>
span { border-color: #F5D459; }
span { border-color: rgb(245,212,89); }
td.TdClassName
{
border-color: #F5D459;
}
.TagClassName
{
border-color: #F5D459;
}
</style>