Shades of Portica #F1D057
Tints of Portica #F1D057
RGB
CMYK
RGB Variations
Color information
#F1D057 (or 0xF1D057) is known color: Portica. HEX triplet: F1, D0 and 57. RGB value is (241,208,87). Sum of RGB (Red+Green+Blue) = 241+208+87=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D057 is #0E2FA8. Grayscale: #CCCCCC. Windows color (decimal): -929705 or 5755121. OLE color: 5755121.
HSL color Cylindrical-coordinate representation of color #F1D057: hue angle of 47.14º 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 #F1D057 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 87 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.05 |
| HSL | 47.14º | 0.85% | 0.64% | - |
| HSV(B) | 47.14º | 0.64% | 0.95% | - |
| XYZ | 60.55 | 64.5 | 18.28 | - |
| YUV | 204.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 87 | 0 | 0.14 | 0.64 | 0.05 | 47.14 | 0.85 | 0.64 |
| Hex | F1 | D0 | 57 | 0 | E | 40 | 5 | 2F | 55 | 40 |
| Octal | 361 | 320 | 127 | 0 | 16 | 100 | 5 | 57 | 125 | 100 |
| Binary | 11110001 | 11010000 | 1010111 | 0 | 1110 | 1000000 | 101 | 101111 | 1010101 | 1000000 |
Color Harmonies of #F1D057
Complementary color
Monochromatic Colors of #F1D057
Black with #F1D057
Text Example
Text Example
White with #F1D057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D057; }
p { color: rgb(241,208,87); }
H1.HeaderClassName
{
color: #F1D057;
}
.AnyTagClassName
{
color: #F1D057;
}
</style>
background-color css
<style>
a { background-color: #F1D057; }
a { background-color: rgb(241,208,87); }
div.DivClassName
{
background-color: #F1D057;
}
.BgClassName
{
background-color: #F1D057;
}
</style>
border-color css
<style>
span { border-color: #F1D057; }
span { border-color: rgb(241,208,87); }
td.TdClassName
{
border-color: #F1D057;
}
.TagClassName
{
border-color: #F1D057;
}
</style>