Shades of Portica #F1D353
Tints of Portica #F1D353
RGB
CMYK
RGB Variations
Color information
#F1D353 (or 0xF1D353) is known color: Portica. HEX triplet: F1, D3 and 53. RGB value is (241,211,83). Sum of RGB (Red+Green+Blue) = 241+211+83=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D353 is #0E2CAC. Grayscale: #CDCDCD. Windows color (decimal): -928941 or 5493745. OLE color: 5493745.
HSL color Cylindrical-coordinate representation of color #F1D353: hue angle of 48.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1D353 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 83 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.05 |
| HSL | 48.61º | 0.85% | 0.64% | - |
| HSV(B) | 48.61º | 0.66% | 0.95% | - |
| XYZ | 61.13 | 65.91 | 17.68 | - |
| YUV | 205.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 83 | 0 | 0.12 | 0.66 | 0.05 | 48.61 | 0.85 | 0.64 |
| Hex | F1 | D3 | 53 | 0 | C | 42 | 5 | 31 | 55 | 40 |
| Octal | 361 | 323 | 123 | 0 | 14 | 102 | 5 | 61 | 125 | 100 |
| Binary | 11110001 | 11010011 | 1010011 | 0 | 1100 | 1000010 | 101 | 110001 | 1010101 | 1000000 |
Color Harmonies of #F1D353
Complementary color
Monochromatic Colors of #F1D353
Black with #F1D353
Text Example
Text Example
White with #F1D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D353; }
p { color: rgb(241,211,83); }
H1.HeaderClassName
{
color: #F1D353;
}
.AnyTagClassName
{
color: #F1D353;
}
</style>
background-color css
<style>
a { background-color: #F1D353; }
a { background-color: rgb(241,211,83); }
div.DivClassName
{
background-color: #F1D353;
}
.BgClassName
{
background-color: #F1D353;
}
</style>
border-color css
<style>
span { border-color: #F1D353; }
span { border-color: rgb(241,211,83); }
td.TdClassName
{
border-color: #F1D353;
}
.TagClassName
{
border-color: #F1D353;
}
</style>