Shades of Portica #F5D55C
Tints of Portica #F5D55C
RGB
CMYK
RGB Variations
Color information
#F5D55C (or 0xF5D55C) is known color: Portica. HEX triplet: F5, D5 and 5C. RGB value is (245,213,92). Sum of RGB (Red+Green+Blue) = 245+213+92=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D55C is #0A2AA3. Grayscale: #D1D1D1. Windows color (decimal): -666276 or 6084085. OLE color: 6084085.
HSL color Cylindrical-coordinate representation of color #F5D55C: hue angle of 47.45º 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 #F5D55C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 92 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.04 |
| HSL | 47.45º | 0.88% | 0.66% | - |
| HSV(B) | 47.45º | 0.62% | 0.96% | - |
| XYZ | 63.38 | 67.77 | 19.87 | - |
| YUV | 208.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 92 | 0 | 0.13 | 0.62 | 0.04 | 47.45 | 0.88 | 0.66 |
| Hex | F5 | D5 | 5C | 0 | D | 3E | 4 | 2F | 58 | 42 |
| Octal | 365 | 325 | 134 | 0 | 15 | 76 | 4 | 57 | 130 | 102 |
| Binary | 11110101 | 11010101 | 1011100 | 0 | 1101 | 111110 | 100 | 101111 | 1011000 | 1000010 |
Color Harmonies of #F5D55C
Complementary color
Monochromatic Colors of #F5D55C
Black with #F5D55C
Text Example
Text Example
White with #F5D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D55C; }
p { color: rgb(245,213,92); }
H1.HeaderClassName
{
color: #F5D55C;
}
.AnyTagClassName
{
color: #F5D55C;
}
</style>
background-color css
<style>
a { background-color: #F5D55C; }
a { background-color: rgb(245,213,92); }
div.DivClassName
{
background-color: #F5D55C;
}
.BgClassName
{
background-color: #F5D55C;
}
</style>
border-color css
<style>
span { border-color: #F5D55C; }
span { border-color: rgb(245,213,92); }
td.TdClassName
{
border-color: #F5D55C;
}
.TagClassName
{
border-color: #F5D55C;
}
</style>