Shades of Portica #F5D95C
Tints of Portica #F5D95C
RGB
CMYK
RGB Variations
Color information
#F5D95C (or 0xF5D95C) is known color: Portica. HEX triplet: F5, D9 and 5C. RGB value is (245,217,92). Sum of RGB (Red+Green+Blue) = 245+217+92=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D95C is #0A26A3. Grayscale: #D3D3D3. Windows color (decimal): -665252 or 6085109. OLE color: 6085109.
HSL color Cylindrical-coordinate representation of color #F5D95C: hue angle of 49.02º 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 #F5D95C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 92 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 49.02º | 0.88% | 0.66% | - |
| HSV(B) | 49.02º | 0.62% | 0.96% | - |
| XYZ | 64.4 | 69.81 | 20.21 | - |
| YUV | 211.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 92 | 0 | 0.11 | 0.62 | 0.04 | 49.02 | 0.88 | 0.66 |
| Hex | F5 | D9 | 5C | 0 | B | 3E | 4 | 31 | 58 | 42 |
| Octal | 365 | 331 | 134 | 0 | 13 | 76 | 4 | 61 | 130 | 102 |
| Binary | 11110101 | 11011001 | 1011100 | 0 | 1011 | 111110 | 100 | 110001 | 1011000 | 1000010 |
Color Harmonies of #F5D95C
Complementary color
Monochromatic Colors of #F5D95C
Black with #F5D95C
Text Example
Text Example
White with #F5D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D95C; }
p { color: rgb(245,217,92); }
H1.HeaderClassName
{
color: #F5D95C;
}
.AnyTagClassName
{
color: #F5D95C;
}
</style>
background-color css
<style>
a { background-color: #F5D95C; }
a { background-color: rgb(245,217,92); }
div.DivClassName
{
background-color: #F5D95C;
}
.BgClassName
{
background-color: #F5D95C;
}
</style>
border-color css
<style>
span { border-color: #F5D95C; }
span { border-color: rgb(245,217,92); }
td.TdClassName
{
border-color: #F5D95C;
}
.TagClassName
{
border-color: #F5D95C;
}
</style>