Shades of Portica #F1D552
Tints of Portica #F1D552
RGB
CMYK
RGB Variations
Color information
#F1D552 (or 0xF1D552) is known color: Portica. HEX triplet: F1, D5 and 52. RGB value is (241,213,82). Sum of RGB (Red+Green+Blue) = 241+213+82=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D552 is #0E2AAD. Grayscale: #CECECE. Windows color (decimal): -928430 or 5428721. OLE color: 5428721.
HSL color Cylindrical-coordinate representation of color #F1D552: hue angle of 49.43º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1D552 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 82 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.05 |
| HSL | 49.43º | 0.85% | 0.63% | - |
| HSV(B) | 49.43º | 0.66% | 0.95% | - |
| XYZ | 61.59 | 66.9 | 17.65 | - |
| YUV | 206.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 82 | 0 | 0.12 | 0.66 | 0.05 | 49.43 | 0.85 | 0.63 |
| Hex | F1 | D5 | 52 | 0 | C | 42 | 5 | 31 | 55 | 3F |
| Octal | 361 | 325 | 122 | 0 | 14 | 102 | 5 | 61 | 125 | 77 |
| Binary | 11110001 | 11010101 | 1010010 | 0 | 1100 | 1000010 | 101 | 110001 | 1010101 | 111111 |
Color Harmonies of #F1D552
Complementary color
Monochromatic Colors of #F1D552
Black with #F1D552
Text Example
Text Example
White with #F1D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D552; }
p { color: rgb(241,213,82); }
H1.HeaderClassName
{
color: #F1D552;
}
.AnyTagClassName
{
color: #F1D552;
}
</style>
background-color css
<style>
a { background-color: #F1D552; }
a { background-color: rgb(241,213,82); }
div.DivClassName
{
background-color: #F1D552;
}
.BgClassName
{
background-color: #F1D552;
}
</style>
border-color css
<style>
span { border-color: #F1D552; }
span { border-color: rgb(241,213,82); }
td.TdClassName
{
border-color: #F1D552;
}
.TagClassName
{
border-color: #F1D552;
}
</style>