Shades of Portica #F1CF5E
Tints of Portica #F1CF5E
RGB
CMYK
RGB Variations
Color information
#F1CF5E (or 0xF1CF5E) is known color: Portica. HEX triplet: F1, CF and 5E. RGB value is (241,207,94). Sum of RGB (Red+Green+Blue) = 241+207+94=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF5E is #0E30A1. Grayscale: #CCCCCC. Windows color (decimal): -929954 or 6213617. OLE color: 6213617.
HSL color Cylindrical-coordinate representation of color #F1CF5E: hue angle of 46.12º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1CF5E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 94 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.05 |
| HSL | 46.12º | 0.84% | 0.66% | - |
| HSV(B) | 46.12º | 0.61% | 0.95% | - |
| XYZ | 60.61 | 64.13 | 19.77 | - |
| YUV | 204.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 94 | 0 | 0.14 | 0.61 | 0.05 | 46.12 | 0.84 | 0.66 |
| Hex | F1 | CF | 5E | 0 | E | 3D | 5 | 2E | 54 | 42 |
| Octal | 361 | 317 | 136 | 0 | 16 | 75 | 5 | 56 | 124 | 102 |
| Binary | 11110001 | 11001111 | 1011110 | 0 | 1110 | 111101 | 101 | 101110 | 1010100 | 1000010 |
Color Harmonies of #F1CF5E
Complementary color
Monochromatic Colors of #F1CF5E
Black with #F1CF5E
Text Example
Text Example
White with #F1CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF5E; }
p { color: rgb(241,207,94); }
H1.HeaderClassName
{
color: #F1CF5E;
}
.AnyTagClassName
{
color: #F1CF5E;
}
</style>
background-color css
<style>
a { background-color: #F1CF5E; }
a { background-color: rgb(241,207,94); }
div.DivClassName
{
background-color: #F1CF5E;
}
.BgClassName
{
background-color: #F1CF5E;
}
</style>
border-color css
<style>
span { border-color: #F1CF5E; }
span { border-color: rgb(241,207,94); }
td.TdClassName
{
border-color: #F1CF5E;
}
.TagClassName
{
border-color: #F1CF5E;
}
</style>