Shades of Portica #F5DA5C
Tints of Portica #F5DA5C
RGB
CMYK
RGB Variations
Color information
#F5DA5C (or 0xF5DA5C) is known color: Portica. HEX triplet: F5, DA and 5C. RGB value is (245,218,92). Sum of RGB (Red+Green+Blue) = 245+218+92=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA5C is #0A25A3. Grayscale: #D4D4D4. Windows color (decimal): -664996 or 6085365. OLE color: 6085365.
HSL color Cylindrical-coordinate representation of color #F5DA5C: hue angle of 49.41º 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 #F5DA5C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 92 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 49.41º | 0.88% | 0.66% | - |
| HSV(B) | 49.41º | 0.62% | 0.96% | - |
| XYZ | 64.66 | 70.33 | 20.29 | - |
| YUV | 211.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 92 | 0 | 0.11 | 0.62 | 0.04 | 49.41 | 0.88 | 0.66 |
| Hex | F5 | DA | 5C | 0 | B | 3E | 4 | 31 | 58 | 42 |
| Octal | 365 | 332 | 134 | 0 | 13 | 76 | 4 | 61 | 130 | 102 |
| Binary | 11110101 | 11011010 | 1011100 | 0 | 1011 | 111110 | 100 | 110001 | 1011000 | 1000010 |
Color Harmonies of #F5DA5C
Complementary color
Monochromatic Colors of #F5DA5C
Black with #F5DA5C
Text Example
Text Example
White with #F5DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA5C; }
p { color: rgb(245,218,92); }
H1.HeaderClassName
{
color: #F5DA5C;
}
.AnyTagClassName
{
color: #F5DA5C;
}
</style>
background-color css
<style>
a { background-color: #F5DA5C; }
a { background-color: rgb(245,218,92); }
div.DivClassName
{
background-color: #F5DA5C;
}
.BgClassName
{
background-color: #F5DA5C;
}
</style>
border-color css
<style>
span { border-color: #F5DA5C; }
span { border-color: rgb(245,218,92); }
td.TdClassName
{
border-color: #F5DA5C;
}
.TagClassName
{
border-color: #F5DA5C;
}
</style>