Shades of Portica #F1DC57
Tints of Portica #F1DC57
RGB
CMYK
RGB Variations
Color information
#F1DC57 (or 0xF1DC57) is known color: Portica. HEX triplet: F1, DC and 57. RGB value is (241,220,87). Sum of RGB (Red+Green+Blue) = 241+220+87=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 87 (34.38% from 255 or 15.88% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC57 is #0E23A8. Grayscale: #D3D3D3. Windows color (decimal): -926633 or 5758193. OLE color: 5758193.
HSL color Cylindrical-coordinate representation of color #F1DC57: hue angle of 51.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1DC57 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 87 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.05 |
| HSL | 51.82º | 0.85% | 0.64% | - |
| HSV(B) | 51.82º | 0.64% | 0.95% | - |
| XYZ | 63.59 | 70.58 | 19.29 | - |
| YUV | 211.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 87 | 0 | 0.09 | 0.64 | 0.05 | 51.82 | 0.85 | 0.64 |
| Hex | F1 | DC | 57 | 0 | 9 | 40 | 5 | 34 | 55 | 40 |
| Octal | 361 | 334 | 127 | 0 | 11 | 100 | 5 | 64 | 125 | 100 |
| Binary | 11110001 | 11011100 | 1010111 | 0 | 1001 | 1000000 | 101 | 110100 | 1010101 | 1000000 |
Color Harmonies of #F1DC57
Complementary color
Monochromatic Colors of #F1DC57
Black with #F1DC57
Text Example
Text Example
White with #F1DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC57; }
p { color: rgb(241,220,87); }
H1.HeaderClassName
{
color: #F1DC57;
}
.AnyTagClassName
{
color: #F1DC57;
}
</style>
background-color css
<style>
a { background-color: #F1DC57; }
a { background-color: rgb(241,220,87); }
div.DivClassName
{
background-color: #F1DC57;
}
.BgClassName
{
background-color: #F1DC57;
}
</style>
border-color css
<style>
span { border-color: #F1DC57; }
span { border-color: rgb(241,220,87); }
td.TdClassName
{
border-color: #F1DC57;
}
.TagClassName
{
border-color: #F1DC57;
}
</style>